X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/57a6839dcb3bba09e8228b822b290604668416fe..refs/heads/master:/icuSources/test/intltest/itercoll.cpp?ds=sidebyside diff --git a/icuSources/test/intltest/itercoll.cpp b/icuSources/test/intltest/itercoll.cpp index cd586d83..e78a6c5f 100644 --- a/icuSources/test/intltest/itercoll.cpp +++ b/icuSources/test/intltest/itercoll.cpp @@ -1,6 +1,8 @@ +// © 2016 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /******************************************************************** * COPYRIGHT: - * Copyright (c) 1997-2014, International Business Machines Corporation and + * Copyright (c) 1997-2016, International Business Machines Corporation and * others. All Rights Reserved. ********************************************************************/ @@ -18,8 +20,6 @@ #include "unicode/uchar.h" #include "cmemory.h" -#define ARRAY_LENGTH(array) (sizeof array / sizeof array[0]) - static UErrorCode status = U_ZERO_ERROR; CollationIteratorTest::CollationIteratorTest()