Index: chrome/test/base/module_system_test.cc |
diff --git a/chrome/test/base/module_system_test.cc b/chrome/test/base/module_system_test.cc |
index ce77a20c2a52a7637c654f3f4ddc1ac1cbd1a754..baa82516792d5439a68f638552ad249dd1018d00 100644 |
--- a/chrome/test/base/module_system_test.cc |
+++ b/chrome/test/base/module_system_test.cc |
@@ -109,6 +109,9 @@ void ModuleSystemTest::OverrideNativeHandler(const std::string& name, |
} |
void ModuleSystemTest::TearDown() { |
+ if (try_catch_.HasCaught()) { |
+ ModuleSystem::DumpException(try_catch_.Message()); |
+ } |
not at google - send to devlin
2012/05/18 04:57:20
nit: no braces
koz (OOO until 15th September)
2012/05/18 05:06:07
Done.
|
EXPECT_FALSE(try_catch_.HasCaught()); |
// All tests must assert at least once unless otherwise specified. |
EXPECT_EQ(should_assertions_be_made_, |