Fixes a MSVC warning (by Vlad Losev); fixes SConscript to work with VC 7.1 and exceptions enabled (by Zhanyong Wan).

This commit is contained in:
zhanyong.wan
2009-03-31 00:03:56 +00:00
parent 755e3bf784
commit 3e54f5a371
3 changed files with 7 additions and 3 deletions

View File

@@ -238,7 +238,6 @@ void AdHocTest() {
EXPECT_EQ(2, 3);
}
// Runs all TESTs, all TEST_Fs, and the ad hoc test.
int RunAllTests() {
AdHocTest();