Make BlackBox tests for Java 9 generated
This commit is contained in:
@@ -24,8 +24,4 @@ fun box(): String {
|
||||
if (test5 != "2nullnull") return "fail 5: $test5"
|
||||
|
||||
return "OK"
|
||||
}
|
||||
|
||||
fun main() {
|
||||
box().let { if (it != "OK") throw AssertionError(it) }
|
||||
}
|
||||
Reference in New Issue
Block a user