Add explicit WITH_RUNTIME to boxAgainstJava tests which need stdlib
This commit is contained in:
@@ -28,7 +28,6 @@ fun box(): String {
|
||||
return "Fail: should have been an exception"
|
||||
}
|
||||
catch(e: IllegalStateException) {
|
||||
println(e.message)
|
||||
return "OK"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user