commit | ec757005387516741ed45043f3493a4e8df037a4 | [log] [tgz] |
---|---|---|
author | onqtam <vik.kirilov@gmail.com> | Fri May 06 01:56:21 2016 +0300 |
committer | onqtam <vik.kirilov@gmail.com> | Fri May 06 01:56:21 2016 +0300 |
tree | b2b6f8e6032a5ba624f28356774ff26e20f5a6f3 | |
parent | 413e76fc6dae0c96f4b8b915be6bea5f9a4f0950 [diff] [blame] |
added _ in TESTCASE and TESTSUITE
diff --git a/examples/multi_dll/common.h b/examples/multi_dll/common.h index f80f65c..0d90176 100644 --- a/examples/multi_dll/common.h +++ b/examples/multi_dll/common.h
@@ -32,7 +32,7 @@ #include <cstdio> -TESTCASE("shared") { +TEST_CASE("shared") { printf("I am a test in a header used by the executable and the dll!\n"); }