diff options
| author | Taylor C. Richberger <Taywee@gmx.com> | 2016-05-06 13:06:15 -0600 | 
|---|---|---|
| committer | Taylor C. Richberger <Taywee@gmx.com> | 2016-05-06 13:06:15 -0600 | 
| commit | aaf7d7aa7a4e2bdbe55fa2e2ab5037cd6d41dc25 (patch) | |
| tree | 14b7a6e51dd08ea281f2c19260d8fded27a46a32 | |
| parent | remove O3, replacing with 02. No point in building O3 tests. (diff) | |
| download | args.hxx-aaf7d7aa7a4e2bdbe55fa2e2ab5037cd6d41dc25.tar.xz | |
make fail a test to test build failure
| -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_FALSE(output); +    REQUIRE(output);  } | 
