diff options
author | zhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925> | 2009-03-31 00:03:56 +0000 |
---|---|---|
committer | zhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925> | 2009-03-31 00:03:56 +0000 |
commit | 3e54f5a3715f2c0b4425e55cc5d42dd42f4eda54 (patch) | |
tree | ec59a674c03743b83736504c3c8d3bf228a8d17d /test/gtest_output_test_.cc | |
parent | 755e3bf78443de1e386b84a56091927bebb877ac (diff) | |
download | googletest-3e54f5a3715f2c0b4425e55cc5d42dd42f4eda54.tar.gz googletest-3e54f5a3715f2c0b4425e55cc5d42dd42f4eda54.tar.bz2 googletest-3e54f5a3715f2c0b4425e55cc5d42dd42f4eda54.zip |
Fixes a MSVC warning (by Vlad Losev); fixes SConscript to work with VC 7.1 and exceptions enabled (by Zhanyong Wan).
Diffstat (limited to 'test/gtest_output_test_.cc')
-rw-r--r-- | test/gtest_output_test_.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/gtest_output_test_.cc b/test/gtest_output_test_.cc index c867e159..a47560be 100644 --- a/test/gtest_output_test_.cc +++ b/test/gtest_output_test_.cc @@ -238,7 +238,6 @@ void AdHocTest() { EXPECT_EQ(2, 3); } - // Runs all TESTs, all TEST_Fs, and the ad hoc test. int RunAllTests() { AdHocTest(); |