From 964b65fb7ab6682ebdb266c3b33b5d4ca98ee516 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Fri, 31 Aug 2001 18:28:56 +0000 Subject: [PATCH] ICU-900 Fixed some compiler warnings X-SVN-Rev: 5661 --- icu4c/source/test/intltest/intltest.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/icu4c/source/test/intltest/intltest.cpp b/icu4c/source/test/intltest/intltest.cpp index 08395d16223..17d705b1ae3 100644 --- a/icu4c/source/test/intltest/intltest.cpp +++ b/icu4c/source/test/intltest/intltest.cpp @@ -11,7 +11,6 @@ * IntlTest is a base class for tests. */ -#include #include #include #include @@ -20,9 +19,7 @@ #include "unicode/unistr.h" #include "unicode/ures.h" -#include "unicode/coll.h" #include "unicode/smpdtfmt.h" -#include "unicode/ustring.h" #include "unicode/ucnv.h" #include "intltest.h" @@ -33,8 +30,6 @@ #include "Files.h" #endif -/* ### TODO: remove when the new normalization implementation is finished */ -#include "unormimp.h" static char* _testDirectory=NULL; @@ -887,6 +882,7 @@ UBool IntlTest::run_phase2( char* name, char* par ) // supports reporting memory leaks { UnicodeString* strLeak = new UnicodeString("forced leak"); // for verifying purify filter + strLeak->append(" for verifying purify filter"); return this->runTest( name, par ); }