diff options
Diffstat (limited to 'Tests/GoogleTest/Test/main4.h')
-rw-r--r-- | Tests/GoogleTest/Test/main4.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/GoogleTest/Test/main4.h b/Tests/GoogleTest/Test/main4.h new file mode 100644 index 0000000..19da12a --- /dev/null +++ b/Tests/GoogleTest/Test/main4.h @@ -0,0 +1,6 @@ +#include <gtest/gtest.h> + +TEST(GoogleTest, NoKeywords) +{ + ASSERT_TRUE(true); +} |