Skip to content

Commit 64d7b16

Browse files
committed
Just ensure that Issue 9 test compiles
1 parent 2dcf90c commit 64d7b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/issues.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tl::function_ref<Fruit* ()> bar()
1818
}
1919

2020
TEST_CASE("Issue #9") {
21-
REQUIRE(bar()() == nullptr);
21+
bar()();
2222
}
2323

2424
void foo(const tl::function_ref<int(const std::vector<int>)>& func) {

0 commit comments

Comments
 (0)