Send compiler output to stderr instead of stdout
Test only stderr in kotlinc test now and move the '-script' test to integration tests where both stdout and stderr is tested
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
-script
|
||||
$TESTDATA_DIR$/script.kts
|
||||
hi
|
||||
there
|
||||
@@ -1,3 +0,0 @@
|
||||
for (arg in args) {
|
||||
println(arg)
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
hi
|
||||
there
|
||||
OK
|
||||
Reference in New Issue
Block a user