Reverting problematic commits:
fa500f453dAlex Tkachman Today 19:47725bebc23fAlex Tkachman Today 19:36
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import kotlin.modules.*
|
||||
|
||||
val modules = module("smoke") {
|
||||
source files "src/Smoke.kt"
|
||||
testSource files "test/SmokeTest.kt"
|
||||
source files "Smoke.kt"
|
||||
jar name System.getProperty("java.io.tmpdir") + "/smoke.jar"
|
||||
}
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
import std.io
|
||||
|
||||
import junit.framework.*
|
||||
|
||||
class SmokeTest() : TestCase() {
|
||||
fun testMe() {
|
||||
println("test")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user