aboutsummaryrefslogtreecommitdiff
path: root/test.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test.cxx')
-rw-r--r--test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.cxx b/test.cxx
index c39e000..79544ad 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_FALSE(output);
+ REQUIRE(output);
}