[Test] Fix CLI tests due to migration from -Xuse-fir to -Xuse-k2 flag
This commit is contained in:
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
$TESTDATA_DIR$/fir.kt
|
$TESTDATA_DIR$/fir.kt
|
||||||
-Xuse-fir
|
-Xuse-k2
|
||||||
-output
|
-output
|
||||||
$TEMP_DIR$
|
$TEMP_DIR$
|
||||||
|
|||||||
+1
-1
@@ -7,4 +7,4 @@ plugin\:org.jetbrains.kotlin.android\:package=com.myapp
|
|||||||
plugin\:org.jetbrains.kotlin.android\:variant=main;$TESTDATA_DIR$/androidPlugin/res
|
plugin\:org.jetbrains.kotlin.android\:variant=main;$TESTDATA_DIR$/androidPlugin/res
|
||||||
$TESTDATA_DIR$/pluginSimple.kt
|
$TESTDATA_DIR$/pluginSimple.kt
|
||||||
$TESTDATA_DIR$/androidPlugin
|
$TESTDATA_DIR$/androidPlugin
|
||||||
-Xuse-fir
|
-Xuse-k2
|
||||||
|
|||||||
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
warning: ATTENTION!
|
warning: ATTENTION!
|
||||||
This build uses in-dev FIR:
|
This build uses experimental K2 compiler:
|
||||||
-Xuse-fir
|
-Xuse-k2
|
||||||
error: compiler plugins are enabled with K2 compiler.
|
error: compiler plugins are enabled with K2 compiler.
|
||||||
K2 does not support plugins yet, so please remove -Xuse-k2 flag
|
K2 does not support plugins yet, so please remove -Xuse-k2 flag
|
||||||
COMPILATION_ERROR
|
COMPILATION_ERROR
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
$TESTDATA_DIR$/fir.kt
|
$TESTDATA_DIR$/fir.kt
|
||||||
-Xuse-fir
|
-Xuse-k2
|
||||||
-d
|
-d
|
||||||
$TEMP_DIR$
|
$TEMP_DIR$
|
||||||
|
|||||||
Reference in New Issue
Block a user