diff options
Diffstat (limited to 'tests/test-hello-world.cpp')
-rw-r--r-- | tests/test-hello-world.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-hello-world.cpp b/tests/test-hello-world.cpp index 53d2ec3..5d9c308 100644 --- a/tests/test-hello-world.cpp +++ b/tests/test-hello-world.cpp @@ -43,6 +43,6 @@ protected: TEST_F(HelloWorldFixture, HelloWorld) { - EXPECT_TRUE(true) + EXPECT_TRUE(true); } |