Renamed data -> testData in integration-tests.

This commit is contained in:
Evgeny Gerashchenko
2012-11-28 15:20:47 +04:00
parent b9b87d894a
commit 6aef746d30
16 changed files with 13 additions and 13 deletions
@@ -0,0 +1,4 @@
OUT ERROR: [TestData]/hello.kt: (4, 5) Unresolved reference: a
OUT WARNING: [TestData]/hello.kt: (4, 5) The expression is unused
ERR exec() finished with COMPILATION_ERROR return code
Return code: 1
@@ -0,0 +1,5 @@
package Hello
fun main(args : Array<String>) {
a
}