mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-13 22:04:36 -06:00
.autotest
git-svn-id: svn://ultimatepp.org/upp/trunk@13474 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
e7e1b57cbd
commit
fe6bb55baf
1 changed files with 4 additions and 0 deletions
|
|
@ -16,6 +16,10 @@ CONSOLE_APP_MAIN
|
|||
{
|
||||
StdLogSetup(LOG_COUT|LOG_FILE);
|
||||
|
||||
String a = "1911s";
|
||||
String b = "1911–12 in Scottish football";
|
||||
ASSERT(a < b);
|
||||
|
||||
for(int q = 0; q < N; q++) {
|
||||
LDUMP(q);
|
||||
if(q % 10000 == 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue