diff options
author | Taylor C. Richberger <Taywee@gmx.com> | 2016-05-06 13:06:46 -0600 |
---|---|---|
committer | Taylor C. Richberger <Taywee@gmx.com> | 2016-05-06 13:06:46 -0600 |
commit | 9755ab404a56fe408a28e2c6effa636a94a9e2b5 (patch) | |
tree | 363d038153d4a4b88214105512b4047c7fd4dd5b | |
parent | make fail a test to test build failure (diff) | |
download | args.hxx-9755ab404a56fe408a28e2c6effa636a94a9e2b5.tar.xz |
make pass tests again
-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); } |