Mute tests about unsigned types for JS backend
This commit is contained in:
+1
@@ -1,6 +1,7 @@
|
|||||||
// WITH_UNSIGNED
|
// WITH_UNSIGNED
|
||||||
// IGNORE_BACKEND: JVM_IR
|
// IGNORE_BACKEND: JVM_IR
|
||||||
// IGNORE_BACKEND: JS_IR
|
// IGNORE_BACKEND: JS_IR
|
||||||
|
// IGNORE_BACKEND: JS
|
||||||
|
|
||||||
fun box(): String {
|
fun box(): String {
|
||||||
var sum = 0u
|
var sum = 0u
|
||||||
|
|||||||
+1
@@ -1,6 +1,7 @@
|
|||||||
// WITH_UNSIGNED
|
// WITH_UNSIGNED
|
||||||
// IGNORE_BACKEND: JVM_IR
|
// IGNORE_BACKEND: JVM_IR
|
||||||
// IGNORE_BACKEND: JS_IR
|
// IGNORE_BACKEND: JS_IR
|
||||||
|
// IGNORE_BACKEND: JS
|
||||||
|
|
||||||
fun box(): String {
|
fun box(): String {
|
||||||
var sum = 0u
|
var sum = 0u
|
||||||
|
|||||||
Reference in New Issue
Block a user