diff --git a/autotest/ize/ize.cpp b/autotest/ize/ize.cpp index d7d3f347a..e8e52a8bc 100644 --- a/autotest/ize/ize.cpp +++ b/autotest/ize/ize.cpp @@ -4,7 +4,7 @@ using namespace Upp; template void Test(T& data) -{ +{ LOG("-----------------"); T data2; String bin = StoreAsString(data); @@ -80,9 +80,6 @@ CONSOLE_APP_MAIN Test< Index >(); Test< WithDeepCopy< Index > >(); - Test< ArrayIndex >(); - Test< WithDeepCopy< ArrayIndex > >(); - Test< InVector >(); Test< WithDeepCopy > >();