X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..151279e3792e85d0417b499c229886b3af724f55:/icuSources/test/intltest/restest.h?ds=sidebyside diff --git a/icuSources/test/intltest/restest.h b/icuSources/test/intltest/restest.h index 14a778a4..78ee08d9 100644 --- a/icuSources/test/intltest/restest.h +++ b/icuSources/test/intltest/restest.h @@ -1,6 +1,6 @@ /******************************************************************** * COPYRIGHT: - * Copyright (c) 1997-2001, International Business Machines Corporation and + * Copyright (c) 1997-2003, International Business Machines Corporation and * others. All Rights Reserved. ********************************************************************/ @@ -30,6 +30,9 @@ public: void TestExemplar(void); + void TestGetSize(void); + void TestGetLocaleByType(void); + private: /** * The assignment operator has no real implementation. @@ -47,8 +50,6 @@ private: int32_t pass; int32_t fail; - - IntlTest& OUT; }; #endif