.autotest

git-svn-id: svn://ultimatepp.org/upp/trunk@7159 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-04-03 18:39:30 +00:00
parent 7826b82ae7
commit f81a0bc2d5
4 changed files with 8 additions and 8 deletions

View file

@ -2,10 +2,10 @@
using namespace Upp;
#ifdef flagAUTOTEST
#define N 1000000
#else
#ifdef flagLONG
#define N 100000000
#else
#define N 1000000
#endif
String RandomString(int n)