Mute not relevant JS/WASM back ends for new BB tests

This commit is contained in:
Mikhail Glukhikh
2020-11-10 16:27:54 +03:00
parent 9486f58fb1
commit f8e03786c0
2 changed files with 6 additions and 0 deletions
@@ -10,6 +10,9 @@ public class DiagnosticFactory0<E> {
}
// FILE: test.kt
// DONT_TARGET_EXACT_BACKEND: WASM
// IGNORE_BACKEND: JS
// IGNORE_BACKEND: JS_IR
class SimpleDiagnostic<E>(val element: E)
interface KtAnnotationEntry
@@ -5,6 +5,9 @@ public interface Processor<T> {
}
// FILE: test.kt
// DONT_TARGET_EXACT_BACKEND: WASM
// IGNORE_BACKEND: JS
// IGNORE_BACKEND: JS_IR
interface PsiModifierListOwner
interface KtClassOrObject {