Minor: drop obsolete code.

This commit is contained in:
Zalim Bashorov
2014-09-11 22:06:16 +04:00
parent efd4409dbf
commit b28b0046d1
-3
View File
@@ -3,9 +3,6 @@
*/
package kotlin.test
// TODO should not need this - its here for the JS stuff
import java.lang.IllegalStateException
/** Asserts that the given block returns true */
public inline fun assertTrue(message: String, block: ()-> Boolean) {
val actual = block()