Skip to content

Commit

Permalink
Just check if call compiles for Issue 9 test
Browse files Browse the repository at this point in the history
  • Loading branch information
TartanLlama committed Jun 7, 2019
1 parent 9639a37 commit b87a35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/issues.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ tl::function_ref<Fruit* ()> bar()
}

TEST_CASE("Issue #9") {
REQUIRE(bar()() == nullptr);
bar();
}

0 comments on commit b87a35a

Please sign in to comment.