Minor in JS backend: move testFalse and testTrue to common place
This commit is contained in:
@@ -16,11 +16,3 @@ object t {
|
||||
object n {
|
||||
fun valueOf() = 42
|
||||
}
|
||||
|
||||
fun testTrue(f: () -> Boolean) {
|
||||
assertTrue(f(), f.toString())
|
||||
}
|
||||
|
||||
fun testFalse(f: () -> Boolean) {
|
||||
assertFalse(f(), f.toString())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user