From 99f54c0f4b53debc49f2081ce01158b2ed200c30 Mon Sep 17 00:00:00 2001 From: "Steve M. Robbins" Date: Sat, 2 Jun 2001 18:53:06 +0000 Subject: Replace CU_ by CPPUNIT_. --- examples/cppunittest/TestCallerTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/cppunittest/TestCallerTest.cpp') 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 #include -CU_TEST_SUITE_REGISTRATION( TestCallerTest ); +CPPUNIT_TEST_SUITE_REGISTRATION( TestCallerTest ); TestCallerTest::TestCallerTest() : -- cgit v1.2.1