Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/UnitTest++/src/tests/TestTestSuite.cpp')
-rw-r--r--src/testing/UnitTest++/src/tests/TestTestSuite.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/testing/UnitTest++/src/tests/TestTestSuite.cpp b/src/testing/UnitTest++/src/tests/TestTestSuite.cpp
deleted file mode 100644
index adb869e..0000000
--- a/src/testing/UnitTest++/src/tests/TestTestSuite.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-#include "../UnitTest++.h"
-
-// We're really testing if it's possible to use the same suite in two files
-// to compile and link successfuly (TestTestSuite.cpp has suite with the same name)
-// Note: we are outside of the anonymous namespace
-SUITE(SameTestSuite)
-{
- TEST(DummyTest2)
- {
- (void)testResults_;
- }
-}
-