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

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