diff options
Diffstat (limited to 'test/ExampleTest.cpp')
-rw-r--r-- | test/ExampleTest.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/ExampleTest.cpp b/test/ExampleTest.cpp index a3909f5..3da58ff 100644 --- a/test/ExampleTest.cpp +++ b/test/ExampleTest.cpp @@ -4,4 +4,7 @@ class ExampleTest : public testing::Test { protected: }; -TEST_F(ExampleTest, Test) { EXPECT_EQ(5, 5); }
\ No newline at end of file +TEST_F(ExampleTest, Test) { + EXPECT_EQ(5, 5); +} + |