Skip to content

Commit

Permalink
#821: test: remove bad comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Jun 3, 2020
1 parent bb593fa commit 9fea57f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/utils/test_safe_union.cc
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ TEST_F(TestSafeUnion, test_safe_union_3) {

vt::SafeUnion<float, int, MyTest, double, MyTest2> y(x);

//EXPECT_EQ(move_counter, 1);
EXPECT_EQ(copy_counter, 1);
EXPECT_TRUE(y.is<MyTest>());
EXPECT_EQ(y.get<MyTest>().v, 235);
Expand Down

0 comments on commit 9fea57f

Please sign in to comment.