reverted failure test for buildbot.

This commit is contained in:
Nick Bolton 2013-08-30 18:51:01 +00:00
parent 46a33b2d97
commit af04f8b2ef
1 changed files with 0 additions and 4 deletions

View File

@ -39,10 +39,6 @@ main(int argc, char **argv)
log.setFilter(kDEBUG4);
testing::InitGoogleTest(&argc, argv);
// HACK: temp fail for unit tests to test buildbot failure email.
EXPECT_EQ(true, false);
return 1;
return RUN_ALL_TESTS();
}