Skip to content

Commit

Permalink
Tentative coverage fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Dec 7, 2023
1 parent f5395df commit e577f91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/callable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ TEST_CASE("callable call")
callable<void()> clarge(large_callable{});
auto cl2 = std::move(clarge);
REQUIRE_THROWS_AS(clarge(), std::bad_function_call);
REQUIRE(!clarge);
}

TEST_CASE("callable type idx")
Expand Down

0 comments on commit e577f91

Please sign in to comment.