Hash map by @elizarov, more stdlib code (#112)

This commit is contained in:
Nikolay Igotti
2016-12-06 13:31:43 +03:00
committed by GitHub
parent 1fc4ce32d3
commit 618bf4cb80
20 changed files with 1734 additions and 212 deletions
+10
View File
@@ -477,6 +477,16 @@ task array_list1(type: RunKonanTest) {
source = "runtime/collections/array_list1.kt"
}
task hash_map0(type: RunKonanTest) {
goldValue = "OK\n"
source = "runtime/collections/hash_map0.kt"
}
task hash_set0(type: RunKonanTest) {
goldValue = "OK\n"
source = "runtime/collections/hash_set0.kt"
}
task listof0(type: RunKonanTest) {
goldValue = "abc\n[a, b, c, d]\n[n, s, a]\n"
arguments = ["a"]