From aaf7d7aa7a4e2bdbe55fa2e2ab5037cd6d41dc25 Mon Sep 17 00:00:00 2001 From: "Taylor C. Richberger" Date: Fri, 6 May 2016 13:06:15 -0600 Subject: make fail a test to test build failure --- test.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.cxx') 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); } -- cgit v1.2.1