summaryrefslogtreecommitdiffstats
path: root/Tests/GoogleTest/Test/main4.h
blob: 19da12a7323442b2ac1e6b51242533753bc8cf15 (plain)
1
2
3
4
5
6
#include <gtest/gtest.h>

TEST(GoogleTest, NoKeywords)
{
  ASSERT_TRUE(true);
}