add EXPECT_THROW_RE() and EXPECT_THROW_ERRNO() test macros
[folly.git] / folly / UncaughtExceptions.h
index 0c2a63364123a396944fff99df616dbdca0e1f81..0b90f62099b0e0af8e7333b43ade7568e31b0a79 100644 (file)
@@ -26,7 +26,7 @@ namespace __cxxabiv1 {
 struct __cxa_eh_globals;
 // declared in cxxabi.h from libstdc++-v3
 extern "C" __cxa_eh_globals* __cxa_get_globals() noexcept;
-}
+} // namespace __cxxabiv1
 #elif defined(_MSC_VER) && (_MSC_VER >= 1400) && \
     (_MSC_VER < 1900) // MSVC++ 8.0 or greater
 #define FOLLY_EXCEPTION_COUNT_USE_GETPTD