Unignore passing tests with unsigned literals in JS
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// WITH_UNSIGNED
|
||||
// IGNORE_BACKEND: JVM_IR, JS_IR, JS
|
||||
// IGNORE_BACKEND: JVM_IR, JS_IR
|
||||
|
||||
const val maxUByte: UByte = 0xFFu
|
||||
|
||||
|
||||
-1
@@ -1,7 +1,6 @@
|
||||
// WITH_UNSIGNED
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
// IGNORE_BACKEND: JS_IR
|
||||
// IGNORE_BACKEND: JS
|
||||
|
||||
fun box(): String {
|
||||
var sum = 0u
|
||||
|
||||
Reference in New Issue
Block a user