[Test] Fix CLI tests due to migration from -Xuse-fir to -Xuse-k2 flag

This commit is contained in:
Dmitriy Novozhilov
2022-04-29 12:26:01 +04:00
parent f62e4e7b97
commit c2bb8d6de0
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
$TESTDATA_DIR$/fir.kt
-Xuse-fir
-Xuse-k2
-output
$TEMP_DIR$
+1 -1
View File
@@ -7,4 +7,4 @@ plugin\:org.jetbrains.kotlin.android\:package=com.myapp
plugin\:org.jetbrains.kotlin.android\:variant=main;$TESTDATA_DIR$/androidPlugin/res
$TESTDATA_DIR$/pluginSimple.kt
$TESTDATA_DIR$/androidPlugin
-Xuse-fir
-Xuse-k2
+2 -2
View File
@@ -1,6 +1,6 @@
warning: ATTENTION!
This build uses in-dev FIR:
-Xuse-fir
This build uses experimental K2 compiler:
-Xuse-k2
error: compiler plugins are enabled with K2 compiler.
K2 does not support plugins yet, so please remove -Xuse-k2 flag
COMPILATION_ERROR
+1 -1
View File
@@ -1,4 +1,4 @@
$TESTDATA_DIR$/fir.kt
-Xuse-fir
-Xuse-k2
-d
$TEMP_DIR$