Remove module integration-tests, merge into compiler-tests
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Return code: 0
|
||||
@@ -0,0 +1,5 @@
|
||||
package Smoke
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
print("${args[0]}|${args[1]}|${args[2]}")
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
import kotlin.modules.*
|
||||
|
||||
fun project() {
|
||||
module("smoke", ".") {
|
||||
sources += "Smoke.kt"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
OUT:
|
||||
1|2|3
|
||||
Return code: 0
|
||||
Reference in New Issue
Block a user