diff --git a/compiler/testData/cli/jvm/kt19628_12.args b/compiler/testData/cli/jvm/kt19628_12.args index 8aaec38681b..cce5278e6ef 100644 --- a/compiler/testData/cli/jvm/kt19628_12.args +++ b/compiler/testData/cli/jvm/kt19628_12.args @@ -1,3 +1,5 @@ $TESTDATA_DIR$/kt19628_12.kt -language-version -1.2 \ No newline at end of file +1.2 +-d +$TEMP_DIR$ \ No newline at end of file diff --git a/compiler/testData/cli/jvm/kt19628_13.args b/compiler/testData/cli/jvm/kt19628_13.args index 17e353ec157..47aee6e47dc 100644 --- a/compiler/testData/cli/jvm/kt19628_13.args +++ b/compiler/testData/cli/jvm/kt19628_13.args @@ -1,3 +1,5 @@ $TESTDATA_DIR$/kt19628_13.kt -language-version -1.3 \ No newline at end of file +1.3 +-d +$TEMP_DIR$ \ No newline at end of file diff --git a/compiler/testData/cli/jvm/kt19628_progressive.args b/compiler/testData/cli/jvm/kt19628_progressive.args index 48e2b8f8eb2..5b3c1777bfc 100644 --- a/compiler/testData/cli/jvm/kt19628_progressive.args +++ b/compiler/testData/cli/jvm/kt19628_progressive.args @@ -1,2 +1,4 @@ $TESTDATA_DIR$/kt19628_progressive.kt -progressive +-d +$TEMP_DIR$ \ No newline at end of file