[FIR JS] Accept new passing tests after rebase
diff --git a/compiler/testData/diagnostics/testsWithJsStdLib/dynamicTypes/dynamicVsGeneric.kt b/compiler/testData/diagnostics/testsWithJsStdLib/dynamicTypes/dynamicVsGeneric.kt
index 41c16a1..a1b5cba 100644
--- a/compiler/testData/diagnostics/testsWithJsStdLib/dynamicTypes/dynamicVsGeneric.kt
+++ b/compiler/testData/diagnostics/testsWithJsStdLib/dynamicTypes/dynamicVsGeneric.kt
@@ -1,4 +1,3 @@
-// FIR_IGNORE
// FIR_IDENTICAL
object X1
object X2
@@ -8,4 +7,4 @@
fun <!DYNAMIC_RECEIVER_NOT_ALLOWED!>dynamic<!>.foo() = X1
fun <T> Inv<T>.foo() = X2
-fun test(): X2 = Inv<Any>().foo()
+fun test(): X2 = Inv<Any>().foo()
\ No newline at end of file
diff --git a/compiler/testData/diagnostics/testsWithJsStdLib/dynamicTypes/implicitDynamicReceiver.kt b/compiler/testData/diagnostics/testsWithJsStdLib/dynamicTypes/implicitDynamicReceiver.kt
index fd9ef73..b1b647e 100644
--- a/compiler/testData/diagnostics/testsWithJsStdLib/dynamicTypes/implicitDynamicReceiver.kt
+++ b/compiler/testData/diagnostics/testsWithJsStdLib/dynamicTypes/implicitDynamicReceiver.kt
@@ -1,4 +1,3 @@
-// FIR_IGNORE
// FIR_IDENTICAL
fun <!DYNAMIC_RECEIVER_NOT_ALLOWED!>dynamic<!>.test() {
val v1 = foo()
@@ -17,4 +16,4 @@
v5.isDynamic() // to check that anything is resolvable
foo = 1
-}
+}
\ No newline at end of file
diff --git a/compiler/testData/diagnostics/testsWithJsStdLib/dynamicTypes/typealiasExpandingToDynamic.kt b/compiler/testData/diagnostics/testsWithJsStdLib/dynamicTypes/typealiasExpandingToDynamic.kt
index 25dc13b..6e786b6 100644
--- a/compiler/testData/diagnostics/testsWithJsStdLib/dynamicTypes/typealiasExpandingToDynamic.kt
+++ b/compiler/testData/diagnostics/testsWithJsStdLib/dynamicTypes/typealiasExpandingToDynamic.kt
@@ -1,8 +1,7 @@
-// FIR_IGNORE
// FIR_IDENTICAL
typealias Dyn = <!TYPEALIAS_SHOULD_EXPAND_TO_CLASS!>dynamic<!>
typealias Dyn2 = Dyn
typealias Dyn3 = Dyn2
typealias Type<T> = <!TYPEALIAS_SHOULD_EXPAND_TO_CLASS!>T<!>
-typealias Dyn4 = Type<Dyn>
+typealias Dyn4 = Type<Dyn>
\ No newline at end of file
diff --git a/compiler/testData/diagnostics/testsWithJsStdLib/name/declarationClash.kt b/compiler/testData/diagnostics/testsWithJsStdLib/name/declarationClash.kt
index 9085354..03236fc 100644
--- a/compiler/testData/diagnostics/testsWithJsStdLib/name/declarationClash.kt
+++ b/compiler/testData/diagnostics/testsWithJsStdLib/name/declarationClash.kt
@@ -1,4 +1,3 @@
-// FIR_IGNORE
// FIR_IDENTICAL
// FILE: first.kt
package foo
@@ -36,4 +35,4 @@
// FILE: second.kt
package foo
-class <!PACKAGE_OR_CLASSIFIER_REDECLARATION!>A<!>
+class <!PACKAGE_OR_CLASSIFIER_REDECLARATION!>A<!>
\ No newline at end of file
diff --git a/compiler/testData/diagnostics/testsWithJsStdLib/native/inlineClass.kt b/compiler/testData/diagnostics/testsWithJsStdLib/native/inlineClass.kt
index cefdcaa..4504637 100644
--- a/compiler/testData/diagnostics/testsWithJsStdLib/native/inlineClass.kt
+++ b/compiler/testData/diagnostics/testsWithJsStdLib/native/inlineClass.kt
@@ -1,4 +1,3 @@
-// FIR_IGNORE
// FIR_IDENTICAL
// !LANGUAGE: +InlineClasses, -JvmInlineValueClasses
@@ -8,4 +7,4 @@
<!WRONG_MODIFIER_TARGET!>inline<!> external enum class <!WRONG_EXTERNAL_DECLARATION!>E<!> {
A
-}
+}
\ No newline at end of file