commit | 5c201e210de3638bb10111073d45a402b2e7941b | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Thu Jun 12 22:40:28 2014 -0700 |
committer | Brian Silverman <brians> | Thu Jun 12 22:40:28 2014 -0700 |
tree | aa92ef717cc4ec173c32a1061c5593176c6b3e36 | |
parent | 53414af106e93830e655af6e9b420753cc13505f [diff] [blame] |
fix broken tests
diff --git a/aos/common/time_test.cc b/aos/common/time_test.cc index cc19965..c6ddd0c 100644 --- a/aos/common/time_test.cc +++ b/aos/common/time_test.cc
@@ -30,6 +30,7 @@ } TEST(TimeDeathTest, ConstructorChecking) { + logging::Init(); EXPECT_DEATH( { logging::AddImplementation(new util::DeathTestLogImplementation());