diff --git a/compiler/testData/cli/jvm/standaloneSamConversionsAreDisabledExplicitlyWithNewInference.args b/compiler/testData/cli/jvm/standaloneSamConversionsAreDisabledExplicitlyWithNewInference.args index be57e4649ee..a5c4338283f 100644 --- a/compiler/testData/cli/jvm/standaloneSamConversionsAreDisabledExplicitlyWithNewInference.args +++ b/compiler/testData/cli/jvm/standaloneSamConversionsAreDisabledExplicitlyWithNewInference.args @@ -1,4 +1,4 @@ $TESTDATA_DIR$/standaloneSamConversionsAreEnabledWithNewInference.kt -d $TEMP_DIR$ --Xnew-inference -XXLanguage:-SamConversionPerArgument \ No newline at end of file +-Xnew-inference -XXLanguage\:-SamConversionPerArgument diff --git a/compiler/testData/cli/jvm/standaloneSamConversionsAreEnabledWithNewInferenceInternalFlag.args b/compiler/testData/cli/jvm/standaloneSamConversionsAreEnabledWithNewInferenceInternalFlag.args index a0dff7a91fb..53fc049dbaf 100644 --- a/compiler/testData/cli/jvm/standaloneSamConversionsAreEnabledWithNewInferenceInternalFlag.args +++ b/compiler/testData/cli/jvm/standaloneSamConversionsAreEnabledWithNewInferenceInternalFlag.args @@ -1,4 +1,4 @@ $TESTDATA_DIR$/standaloneSamConversionsAreEnabledWithNewInference.kt -d $TEMP_DIR$ --XXLanguage:+NewInference \ No newline at end of file +-XXLanguage\:+NewInference