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