Skip to content
Snippets Groups Projects
Commit ee394f96 authored by 邓辉's avatar 邓辉
Browse files

error test

parent 33cd9ecf
No related branches found
No related tags found
1 merge request!1error test
Pipeline #1037 failed
......@@ -10,10 +10,10 @@ TEST(HelloTest1, BasicAssertions1) {
TEST(HelloTest2, BasicAssertions2) {
// REQUIRE
EXPECT_EQ(add(0, 2), -3);
EXPECT_EQ(add(0, 2), -2);
}
TEST(HelloTest3, BasicAssertions) {
// REQUIRE
EXPECT_EQ(add(0, 1), -1);
EXPECT_EQ(add(0, 1), -2);
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment