[Wasm] DONT_TARGET_WASM_BACKEND => IGNORE_BACKEND in testdata
This commit is contained in:
committed by
Space
parent
0eca8b9727
commit
c88cde2f8b
@@ -1,4 +1,4 @@
|
||||
// DONT_TARGET_EXACT_BACKEND: WASM
|
||||
// IGNORE_BACKEND: WASM
|
||||
// WASM_MUTE_REASON: UNKNOWN
|
||||
// Enable for JVM backend when KT-8120 gets fixed
|
||||
// IGNORE_BACKEND: JVM
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// DONT_TARGET_EXACT_BACKEND: WASM
|
||||
// IGNORE_BACKEND: WASM
|
||||
// WASM_MUTE_REASON: CLASS_REFERENCES
|
||||
class Q<TT> {
|
||||
fun <T> qz(x: T, block: (T) -> String) = block(x)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// DONT_TARGET_EXACT_BACKEND: WASM
|
||||
// IGNORE_BACKEND: WASM
|
||||
// WASM_MUTE_REASON: IGNORED_IN_JS
|
||||
// IGNORE_BACKEND: JS_IR
|
||||
// IGNORE_BACKEND: JS_IR_ES6
|
||||
|
||||
Reference in New Issue
Block a user