Rename test files to scripts to trigger proper scripting initialization

fix generation config accordingly
This commit is contained in:
Ilya Chernikov
2019-02-04 14:56:23 +01:00
parent 2b67dbe8dd
commit 2c02ee3d29
10 changed files with 308 additions and 352 deletions
@@ -2512,11 +2512,6 @@ public class DiagnosticsTestWithStdLibGenerated extends AbstractDiagnosticsTestW
runTest("compiler/testData/diagnostics/testsWithStdLib/experimental/overrideDifferentExperimentalities.kt");
}
@TestMetadata("scripts.kt")
public void testScripts() throws Exception {
runTest("compiler/testData/diagnostics/testsWithStdLib/experimental/scripts.kt");
}
@TestMetadata("topLevel.kt")
public void testTopLevel() throws Exception {
runTest("compiler/testData/diagnostics/testsWithStdLib/experimental/topLevel.kt");