Mute tests about unsigned types for JS backend
This commit is contained in:
+1
@@ -1,6 +1,7 @@
|
||||
// WITH_UNSIGNED
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
// IGNORE_BACKEND: JS_IR
|
||||
// IGNORE_BACKEND: JS
|
||||
|
||||
fun box(): String {
|
||||
var sum = 0u
|
||||
|
||||
+1
@@ -1,6 +1,7 @@
|
||||
// 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