Skip to content

Commit

Permalink
Remove bogus checks in optional/move test
Browse files Browse the repository at this point in the history
  • Loading branch information
cpreh committed Dec 8, 2018
1 parent 804a93d commit 3a9ac3b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/optional/move.cpp
Expand Up @@ -43,10 +43,6 @@ TEST_CASE(
)
);

CHECK(
!opta.has_value()
);

CHECK(
optb
==
Expand All @@ -68,10 +64,6 @@ TEST_CASE(
optb
);

CHECK(
!optb.has_value()
);

CHECK(
optc
==
Expand Down

0 comments on commit 3a9ac3b

Please sign in to comment.