From 68533e26fb139bb5f0f9f05dd4bec20ac7d4759b Mon Sep 17 00:00:00 2001 From: cxl Date: Tue, 3 May 2016 06:17:40 +0000 Subject: [PATCH] .autotest git-svn-id: svn://ultimatepp.org/upp/trunk@9768 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- autotest/ize/ize.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 > >();