.autotest

git-svn-id: svn://ultimatepp.org/upp/trunk@13474 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2019-07-04 14:17:08 +00:00
parent e7e1b57cbd
commit fe6bb55baf

View file

@ -16,6 +16,10 @@ CONSOLE_APP_MAIN
{
StdLogSetup(LOG_COUT|LOG_FILE);
String a = "1911s";
String b = "191112 in Scottish football";
ASSERT(a < b);
for(int q = 0; q < N; q++) {
LDUMP(q);
if(q % 10000 == 0)