Remove unsignedIntCompare_before.kt test data
This commit is contained in:
-16
@@ -1,16 +0,0 @@
|
||||
// WITH_STDLIB
|
||||
// JVM_TARGET: 1.6
|
||||
|
||||
val ua = 1234U
|
||||
val ub = 5678U
|
||||
|
||||
fun box(): String {
|
||||
if (ua.compareTo(ub) > 0) {
|
||||
throw AssertionError()
|
||||
}
|
||||
|
||||
return "OK"
|
||||
}
|
||||
|
||||
// 1 kotlin/UnsignedKt.uintCompare
|
||||
// 0 INVOKESTATIC java/lang/Integer.compareUnsigned \(II\)I
|
||||
Reference in New Issue
Block a user