main3.cxx 121 B

1234567891011
  1. #include <gtest/gtest.h>
  2. TEST(GoogleTest, Foo)
  3. {
  4. ASSERT_TRUE(true);
  5. }
  6. TEST(GoogleTest, Bar)
  7. {
  8. ASSERT_TRUE(true);
  9. }