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:
Stepan Koltsov
2012-01-18 12:08:11 +04:00
parent 6283f5d829
commit ff74f8217b
11 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ package test.collections
import std.*
import std.io.*
import std.util.*
import std.test.*
import stdhack.test.*
import java.util.*
class SetTest() : TestSupport() {
@@ -67,4 +67,4 @@ class SetTest() : TestSupport() {
assertEquals(arrayList(3, 3), lengths)
}
}
}