diff options
Diffstat (limited to 'examples/cppunittest/TestCallerTest.cpp')
| -rw-r--r-- | examples/cppunittest/TestCallerTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cppunittest/TestCallerTest.cpp b/examples/cppunittest/TestCallerTest.cpp index 9512e02..43cd39f 100644 --- a/examples/cppunittest/TestCallerTest.cpp +++ b/examples/cppunittest/TestCallerTest.cpp @@ -2,7 +2,7 @@ #include <cppunit/extensions/TestSuiteBuilder.h> #include <cppunit/extensions/HelperMacros.h> -CU_TEST_SUITE_REGISTRATION( TestCallerTest ); +CPPUNIT_TEST_SUITE_REGISTRATION( TestCallerTest ); TestCallerTest::TestCallerTest() : |
