This commit is contained in:
misterg
2017-08-01 14:36:29 -04:00
parent 7755e5d241
commit f63e2a14a2
13 changed files with 326 additions and 28 deletions

View File

@@ -35,7 +35,7 @@
#include <stdlib.h>
#include "gtest/gtest.h"
namespace {
using ::testing::EmptyTestEventListener;
using ::testing::InitGoogleTest;
using ::testing::Test;
@@ -142,3 +142,4 @@ int main(int argc, char **argv) {
}
return RUN_ALL_TESTS();
}
} // namespace