Do not fail on unknown -X flags
For better compatibility if we add experimental stuff in 1.0.X compilers
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
-Xabcdefghijklm
|
||||
$TESTDATA_DIR$/simple.kt
|
||||
-Xnopqrstuvwxyz
|
||||
-d
|
||||
$TEMP_DIR$
|
||||
-XXxxxxxxxxxxxx
|
||||
@@ -0,0 +1,4 @@
|
||||
warning: flag is not supported by this version of the compiler: -Xabcdefghijklm
|
||||
warning: flag is not supported by this version of the compiler: -Xnopqrstuvwxyz
|
||||
warning: flag is not supported by this version of the compiler: -XXxxxxxxxxxxxx
|
||||
OK
|
||||
Reference in New Issue
Block a user