From 9c5c255a53537e6fa605ceadbdf47a5734fe4583 Mon Sep 17 00:00:00 2001 From: Martin Moene Date: Mon, 2 Jun 2014 22:40:48 +0200 Subject: [PATCH] Use non-variadic SUCCEED() and support more compilers --- 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..0454b5e1 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" ) {