Browse Source

That last rev shouldn't have compiled, but apparently did, for some reason. Fixed.

kenton@google.com 16 years ago
parent
commit
d33e53ad4c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/google/protobuf/extension_set_unittest.cc

+ 1 - 1
src/google/protobuf/extension_set_unittest.cc

@@ -475,7 +475,7 @@ TEST(ExtensionSetTest, InvalidEnumDeath) {
     "IsValid");
 }
 
-#endif GTEST_HAS_DEATH_TEST
+#endif  // GTEST_HAS_DEATH_TEST
 
 }  // namespace
 }  // namespace internal