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:
Alexander Udalov
2014-07-22 16:14:49 +04:00
parent 7e6b05554e
commit 5003a2f570
14 changed files with 26 additions and 41 deletions
-4
View File
@@ -1,4 +0,0 @@
-script
$TESTDATA_DIR$/script.kts
hi
there
-3
View File
@@ -1,3 +0,0 @@
for (arg in args) {
println(arg)
}
-3
View File
@@ -1,3 +0,0 @@
hi
there
OK