Clean warnings and refactor stdlib tests.

Merge RangeJVMTest into RangeTest.
This commit is contained in:
Ilya Gorbunov
2017-04-12 09:23:57 +03:00
parent ac46f1e23d
commit 6ae19e03d5
32 changed files with 133 additions and 124 deletions
@@ -16,7 +16,7 @@ class TimerTest {
val task = timer.scheduleAtFixedRate(1000, 100) {
val current = counter.incrementAndGet()
// println("Timer fired at $current")
if (false) println("Timer fired at $current")
}
Thread.sleep(1500)
task.cancel()