summaryrefslogtreecommitdiffstats
path: root/Tests/GoogleTest/Test/main3.cxx
blob: 98ce13c4ff7f3b41181905ef57ec6b966c79c239 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <gtest/gtest.h>

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

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