From 090dadce3e47f776ae6c862b4e2a8c03028d8436 Mon Sep 17 00:00:00 2001 From: Ilya Chernikov Date: Tue, 26 Feb 2019 08:52:55 +0100 Subject: [PATCH] Fix testdata - script extension hint is not generated anymore... due to changes in the scripting initialization logic --- 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