summaryrefslogtreecommitdiff
path: root/examples/cppunittest/TestCallerTest.cpp
diff options
context:
space:
mode:
authorSteve M. Robbins <smr@sumost.ca>2001-06-02 18:53:06 +0000
committerSteve M. Robbins <smr@sumost.ca>2001-06-02 18:53:06 +0000
commit99f54c0f4b53debc49f2081ce01158b2ed200c30 (patch)
treed4c749cba9bcbc44a9a496ff90f8cf0797f81580 /examples/cppunittest/TestCallerTest.cpp
parente3dfe8c45eec2adc487b938795d4fca3e5983f68 (diff)
downloadcppunit-99f54c0f4b53debc49f2081ce01158b2ed200c30.tar.gz
Replace CU_ by CPPUNIT_.
Diffstat (limited to 'examples/cppunittest/TestCallerTest.cpp')
-rw-r--r--examples/cppunittest/TestCallerTest.cpp2
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() :