Index: chrome/test/base/module_system_test.cc |
=================================================================== |
--- chrome/test/base/module_system_test.cc (revision 146077) |
+++ chrome/test/base/module_system_test.cc (working copy) |
@@ -112,7 +112,7 @@ |
void ModuleSystemTest::TearDown() { |
if (try_catch_.HasCaught()) |
- ModuleSystem::DumpException(try_catch_); |
+ ModuleSystem::DumpException(try_catch_.Message()); |
EXPECT_FALSE(try_catch_.HasCaught()); |
// All tests must assert at least once unless otherwise specified. |
EXPECT_EQ(should_assertions_be_made_, |