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:
@@ -5,7 +5,7 @@ package test.collections
|
||||
import std.*
|
||||
import std.io.*
|
||||
import std.util.*
|
||||
import std.test.*
|
||||
import stdhack.test.*
|
||||
import java.util.*
|
||||
|
||||
class CollectionTest() : TestSupport() {
|
||||
@@ -268,4 +268,4 @@ class CollectionTest() : TestSupport() {
|
||||
// assertTrue(IterableWrapper(hashSet(45, 14, 13)).contains(14))
|
||||
// assertFalse(IterableWrapper(linkedList<Int>()).contains(15))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user