Skip to content

Commit

Permalink
失敗のテスト
Browse files Browse the repository at this point in the history
  • Loading branch information
m-tmatma committed Dec 29, 2018
1 parent 3777024 commit b3120e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unittests/test-sample.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ int Divide(int a, int b)
TEST(test, Append)
{
EXPECT_EQ(Add(1, 2), 3);
ASSERT_EQ(Add(2, 3), 5);
ASSERT_EQ(Add(2, 3), 4);
}

TEST(test, DivideByZero)
Expand Down

0 comments on commit b3120e0

Please sign in to comment.