mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.autotest
git-svn-id: svn://ultimatepp.org/upp/trunk@9768 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
c624f5058b
commit
68533e26fb
1 changed files with 1 additions and 4 deletions
|
|
@ -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> > >();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue