Unignore passing tests with unsigned literals in JS

This commit is contained in:
Ilya Gorbunov
2018-07-21 02:22:43 +03:00
parent d94b47bcd3
commit 26b258af6a
2 changed files with 1 additions and 2 deletions
@@ -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,7 +1,6 @@
// WITH_UNSIGNED
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND: JS
fun box(): String {
var sum = 0u