aboutsummaryrefslogtreecommitdiff
path: root/test.cxx
diff options
context:
space:
mode:
authorTaylor C. Richberger <Taywee@gmx.com>2016-05-06 13:06:46 -0600
committerTaylor C. Richberger <Taywee@gmx.com>2016-05-06 13:06:46 -0600
commit9755ab404a56fe408a28e2c6effa636a94a9e2b5 (patch)
tree363d038153d4a4b88214105512b4047c7fd4dd5b /test.cxx
parentmake fail a test to test build failure (diff)
downloadargs.hxx-9755ab404a56fe408a28e2c6effa636a94a9e2b5.tar.xz
make pass tests again
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 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);
}