Skip to content

Commit cd4a4f5

Browse files
committed
Restore the long test
1 parent 79e9b7e commit cd4a4f5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

www/localhost/long.d

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#!rdmd -O
22
import std.stdio, std.compiler, std.datetime;
3+
import core.thread : Thread;
34
import api.danode;
45

5-
alias core.thread.Thread.sleep Sleep;
6-
76
void main(string[] args){ setGET(args);
8-
Sleep(15.seconds);
7+
Thread.sleep(dur!"seconds"(12));
98
}
109

0 commit comments

Comments
 (0)