diff options
| author | Steve M. Robbins <smr@sumost.ca> | 2001-06-02 18:53:06 +0000 |
|---|---|---|
| committer | Steve M. Robbins <smr@sumost.ca> | 2001-06-02 18:53:06 +0000 |
| commit | 99f54c0f4b53debc49f2081ce01158b2ed200c30 (patch) | |
| tree | d4c749cba9bcbc44a9a496ff90f8cf0797f81580 /src/cppunit/TestFactoryRegistry.cpp | |
| parent | e3dfe8c45eec2adc487b938795d4fca3e5983f68 (diff) | |
| download | cppunit-99f54c0f4b53debc49f2081ce01158b2ed200c30.tar.gz | |
Replace CU_ by CPPUNIT_.
Diffstat (limited to 'src/cppunit/TestFactoryRegistry.cpp')
| -rw-r--r-- | src/cppunit/TestFactoryRegistry.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cppunit/TestFactoryRegistry.cpp b/src/cppunit/TestFactoryRegistry.cpp index c9b1096..8d44312 100644 --- a/src/cppunit/TestFactoryRegistry.cpp +++ b/src/cppunit/TestFactoryRegistry.cpp @@ -8,9 +8,9 @@ #include "cppunit/TestSuite.h" #include "cppunit/extensions/TestFactoryRegistry.h" -#ifdef CU_USE_TYPEINFO +#ifdef CPPUNIT_USE_TYPEINFO #include "cppunit/extensions/TypeInfoHelper.h" -#endif // CU_USE_TYPEINFO +#endif // CPPUNIT_USE_TYPEINFO namespace CppUnit { |
