.autotest

git-svn-id: svn://ultimatepp.org/upp/trunk@9768 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2016-05-03 06:17:40 +00:00
parent c624f5058b
commit 68533e26fb

View file

@ -4,7 +4,7 @@ using namespace Upp;
template <class T>
void Test(T& data)
{
{
LOG("-----------------");
T data2;
String bin = StoreAsString(data);
@ -80,9 +80,6 @@ CONSOLE_APP_MAIN
Test< Index<String> >();
Test< WithDeepCopy< Index<String> > >();
Test< ArrayIndex<String> >();
Test< WithDeepCopy< ArrayIndex<String> > >();
Test< InVector<String> >();
Test< WithDeepCopy<InVector<String> > >();