stdlib: Add BitSet implementation.
This commit is contained in:
@@ -949,6 +949,11 @@ task AbstractMutableCollection(type: RunKonanTest) {
|
||||
source = "runtime/collections/AbstractMutableCollection.kt"
|
||||
}
|
||||
|
||||
task BitSet(type: RunKonanTest) {
|
||||
expectedExitStatus = 0
|
||||
source = "runtime/collections/BitSet.kt"
|
||||
}
|
||||
|
||||
task array0(type: RunKonanTest) {
|
||||
goldValue = "5\n6\n7\n8\n9\n10\n11\n12\n13\n"
|
||||
source = "runtime/collections/array0.kt"
|
||||
|
||||
Reference in New Issue
Block a user