Skip to content

Commit

Permalink
Fix unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadden committed Jul 11, 2018
1 parent 4fdae82 commit 4d47460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit_tests/id.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ TEST_CASE("clone_into", "[id]")
clone_into(storage, &abc);
REQUIRE(*storage == abc);
clone_into(storage, nullptr);
REQUIRE(storage == nullptr);
REQUIRE(!storage);
}

0 comments on commit 4d47460

Please sign in to comment.