aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor C. Richberger <Taywee@gmx.com>2016-05-06 13:06:15 -0600
committerTaylor C. Richberger <Taywee@gmx.com>2016-05-06 13:06:15 -0600
commitaaf7d7aa7a4e2bdbe55fa2e2ab5037cd6d41dc25 (patch)
tree14b7a6e51dd08ea281f2c19260d8fded27a46a32
parentremove O3, replacing with 02. No point in building O3 tests. (diff)
downloadargs.hxx-aaf7d7aa7a4e2bdbe55fa2e2ab5037cd6d41dc25.tar.xz
make fail a test to test build failure
-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);
}