Finish #8879 and remove the unwanted files

This commit is contained in:
berniev
2023-03-15 11:31:01 +10:00
committed by Uwe
parent fc996571cb
commit 138688d25e
2 changed files with 0 additions and 20 deletions

View File

@@ -1,19 +0,0 @@
#include "gtest/gtest.h"
TEST(FirstSuite, FirstTest){
EXPECT_NE(1, 1) << "are in fact equal";
}
TEST(FirstSuite, SecondTest){
EXPECT_EQ(1, 2) << "not equal";
}
TEST(FirstSuite, ThirdTest){
ASSERT_STREQ("A", "A") << "str not equal";
}
TEST(FirstSuite,FifthTest){
ASSERT_STRNE("am", "am") << "str equal";
}
TEST(FirstSuite, FourthTest){
ASSERT_STREQ("am", "A") << "str not equal";
}

View File

@@ -1 +0,0 @@
#include "gtest/gtest.h"