Simplify tests on not-null assertions

No need to call blackBoxFile() on a useless test data file. Also creating
environment logic is simplified
This commit is contained in:
Alexander Udalov
2013-02-07 23:19:36 +04:00
committed by Alexander Udalov
parent 30203383a4
commit 90d255e7da
3 changed files with 8 additions and 19 deletions
@@ -1,4 +0,0 @@
fun box(): String {
checkAssertions(true)
return "OK"
}
@@ -1,4 +0,0 @@
fun box(): String {
checkAssertions(false)
return "OK"
}