[Wasm] Mute codegen box tests
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
// DONT_TARGET_EXACT_BACKEND: WASM
|
||||
// WASM_MUTE_REASON: EXCEPTIONS_NOT_IMPLEMENTED
|
||||
fun box(): String =
|
||||
"O" + try { "K" } catch (e: Exception) { "oops!" }
|
||||
Reference in New Issue
Block a user