.autotest

git-svn-id: svn://ultimatepp.org/upp/trunk@9795 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2016-05-04 07:34:57 +00:00
parent 1454548cdc
commit cd8d07e4a9

View file

@ -30,8 +30,8 @@ CONSOLE_APP_MAIN
h << Random();
int pos = Random(v.GetCount() + 1);
LOG(i << ": inserting " << pos << ", " << h.GetCount());
v.Insert(pos, h);
a.Insert(pos, h);
v.InsertRange(pos, h);
a.InsertRange(pos, h);
iv.InsertRange(pos, h);
av.InsertRange(pos, h);
}