From b979f3dc5249af2d07552114e7035fc1178528d8 Mon Sep 17 00:00:00 2001 From: Ilya Chernikov Date: Fri, 6 Jul 2018 16:54:22 +0200 Subject: [PATCH] Fix testdata --- compiler/testData/cli/jvm/wrongScriptWithDirectory.out | 2 +- compiler/testData/cli/jvm/wrongScriptWithKtSource.out | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/testData/cli/jvm/wrongScriptWithDirectory.out b/compiler/testData/cli/jvm/wrongScriptWithDirectory.out index 820f313eee6..a753b1e58f4 100644 --- a/compiler/testData/cli/jvm/wrongScriptWithDirectory.out +++ b/compiler/testData/cli/jvm/wrongScriptWithDirectory.out @@ -1,2 +1,2 @@ -error: specify path to the script file (.kts) as the first argument +error: specify path to the script file as the first argument COMPILATION_ERROR diff --git a/compiler/testData/cli/jvm/wrongScriptWithKtSource.out b/compiler/testData/cli/jvm/wrongScriptWithKtSource.out index 820f313eee6..a753b1e58f4 100644 --- a/compiler/testData/cli/jvm/wrongScriptWithKtSource.out +++ b/compiler/testData/cli/jvm/wrongScriptWithKtSource.out @@ -1,2 +1,2 @@ -error: specify path to the script file (.kts) as the first argument +error: specify path to the script file as the first argument COMPILATION_ERROR