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:
committed by
Alexander Udalov
parent
30203383a4
commit
90d255e7da
@@ -1,4 +0,0 @@
|
||||
fun box(): String {
|
||||
checkAssertions(true)
|
||||
return "OK"
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
fun box(): String {
|
||||
checkAssertions(false)
|
||||
return "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user