Minor. Simplify 'async' tests

This commit is contained in:
Denis Zharkov
2016-06-17 15:39:22 +03:00
parent 72eb87f5d0
commit 96eb3f411d
2 changed files with 4 additions and 15 deletions
-2
View File
@@ -23,8 +23,6 @@ fun box(): String {
if (future.get() != "56") return "fail: ${future.get()}"
java.lang.Thread.sleep(1000)
if (result != "OK") return "fail notOk"
val future2 = async<String>() {