aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.cxx b/test.cxx
index 79544ad..c39e000 100644
--- a/test.cxx
+++ b/test.cxx
@@ -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);
}