From d657b1ba525614febd4e10f7df39cef3d21f3bbd Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Mon, 30 Jun 2014 07:53:11 +0100 Subject: [PATCH] Removed use of variadic form of SUCCEED from tests - as per #284 --- projects/SelfTest/MiscTests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/SelfTest/MiscTests.cpp b/projects/SelfTest/MiscTests.cpp index 890e1e5a..ad572ee2 100644 --- a/projects/SelfTest/MiscTests.cpp +++ b/projects/SelfTest/MiscTests.cpp @@ -341,7 +341,7 @@ TEST_CASE("A couple of nested sections followed by a failure", "[failing][.]") TEST_CASE("not allowed", "[!throws]") { // This test case should not be included if you run with -e on the command line - SUCCEED(); + SUCCEED( "" ); } //TEST_CASE( "Is big endian" ) {