update Makefile
This commit is contained in:
+1
-1
@@ -93,7 +93,7 @@ TEST(expect){
|
||||
int a = 5;
|
||||
int b = 6;
|
||||
EXPECT_EQ(a,b);
|
||||
//SKIP();
|
||||
// SKIP();
|
||||
SKIP("%s\n","on skip eq string");
|
||||
EXPECT_EQ_TYPE_STRING("hello","hello");
|
||||
float f1 = 1.00019999, f2=1.00019999;
|
||||
|
||||
Reference in New Issue
Block a user