another "temporary" hack
I heard of some package merging problems, testlib declares std.test package, and stdlib.jar has std package
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package std.test
|
||||
package stdhack.test
|
||||
|
||||
import std.io.*
|
||||
import std.util.*
|
||||
@@ -149,4 +149,4 @@ class KotlinTestRunner() : Runner() {
|
||||
// TODO no annotations yet?
|
||||
//@RunWith(KotlinTestRunner)
|
||||
abstract class TestSupport() : TestCase() {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user