Skip to content

Commit b87a35a

Browse files
committed
Just check if call compiles for Issue 9 test
1 parent 9639a37 commit b87a35a

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,5 +18,5 @@ tl::function_ref<Fruit* ()> bar()
1818
}
1919

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

0 commit comments

Comments
 (0)