diff options
Diffstat (limited to 'test.cxx')
-rw-r--r-- | test.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -243,5 +243,5 @@ TEST_CASE("Custom parser prefixes (Some Windows styles)", "[args]") REQUIRE(skip.value == 8); REQUIRE(input); REQUIRE(input.value == "/dev/null"); - REQUIRE(output); + REQUIRE_FALSE(output); } |