Mute tests about unsigned types for JS backend

This commit is contained in:
Mikhail Zarechenskiy
2018-07-13 00:27:12 +03:00
parent a464cc7f28
commit ef2095e4d3
2 changed files with 2 additions and 0 deletions
@@ -1,6 +1,7 @@
// WITH_UNSIGNED
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND: JS
fun box(): String {
var sum = 0u
@@ -1,6 +1,7 @@
// WITH_UNSIGNED
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND: JS
fun box(): String {
var sum = 0u