From 2219f0956e2ec00823981324356ec7482e527991 Mon Sep 17 00:00:00 2001 From: Yan Zhulanow Date: Thu, 6 Sep 2018 21:50:20 +0300 Subject: [PATCH] Minor: Change the output for KT-19628 tests to the temporary directory path --- compiler/testData/cli/jvm/kt19628_12.args | 4 +++- compiler/testData/cli/jvm/kt19628_13.args | 4 +++- compiler/testData/cli/jvm/kt19628_progressive.args | 2 ++ 3 files changed, 8 insertions(+), 2 deletions(-) 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