Remove functions which could conflict with the kotlin.assert function.

This commit is contained in:
Hiram Chirino
2012-03-07 23:58:56 -05:00
parent 75dcb84c2e
commit b8dda416f3
3 changed files with 2 additions and 24 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ public val suite : TestSuite? = testSuite<Int>("test group") {
}
"test 2" - {
assert(state == 31, "message")
assertTrue(state == 31, "message")
println("test '${getName()}': state: $state")
}