Skip to content

Commit

Permalink
Add test for #197
Browse files Browse the repository at this point in the history
  • Loading branch information
adazem009 committed Sep 29, 2023
1 parent 76cf4c2 commit 653236e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/scratch_classes/value_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1983,9 +1983,8 @@ TEST(ValueTest, EqualityOperators)
ASSERT_FALSE(v5 == v8);
ASSERT_TRUE(v5 != v8);

// TODO: Enable this after #197 is fixed
/*ASSERT_TRUE(v5 == v9);
ASSERT_FALSE(v5 != v9);*/
ASSERT_TRUE(v5 == v9);
ASSERT_FALSE(v5 != v9);

// nan
ASSERT_FALSE(v6 == v7);
Expand Down

0 comments on commit 653236e

Please sign in to comment.