Test Shutdown can be called multiple times.

pull/3674/head
Jisi Liu 8 years ago
parent 2b0ee3fdf6
commit b091bfb07b
  1. 2
      src/google/protobuf/testing/googletest.cc

@ -286,6 +286,8 @@ namespace {
struct ForceShutdown {
~ForceShutdown() {
ShutdownProtobufLibrary();
// Test to shutdown the library twice, which should succeed.
ShutdownProtobufLibrary();
}
} force_shutdown;

Loading…
Cancel
Save