mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-12 16:33:23 +00:00
ICU-1682 fixed 'permute' invokation to satisfy pedantic gcc
X-SVN-Rev: 8112
This commit is contained in:
parent
90ab5fb750
commit
bb169f4e74
1 changed files with 4 additions and 3 deletions
|
@ -5,8 +5,8 @@
|
|||
********************************************************************
|
||||
*
|
||||
* $Source: /xsrl/Nsvn/icu/icu/source/test/intltest/canittst.cpp,v $
|
||||
* $Date: 2002/03/19 07:18:06 $
|
||||
* $Revision: 1.1 $
|
||||
* $Date: 2002/03/19 07:52:44 $
|
||||
* $Revision: 1.2 $
|
||||
*
|
||||
*****************************************************************************************
|
||||
* @author Mark E. Davis
|
||||
|
@ -142,8 +142,9 @@ void CanonicalIteratorTest::TestBasic() {
|
|||
|
||||
Hashtable *permutations = new Hashtable(FALSE, status);
|
||||
permutations->setValueDeleter(uhash_deleteUnicodeString);
|
||||
UnicodeString toPermute("ABC");
|
||||
|
||||
CanonicalIterator::permute(UnicodeString("ABC"), FALSE, permutations, status);
|
||||
CanonicalIterator::permute(toPermute, FALSE, permutations, status);
|
||||
|
||||
logln("testing permutation");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue