Skip to content

Commit d37bb57

Browse files
committed
---
yaml --- r: 613 b: refs/heads/master c: 927b2f7 h: refs/heads/master i: 611: c199141 v: v3
1 parent 4f8a538 commit d37bb57

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 4c1c8460f9a398d04c1539bcd264626937f67fa8
2+
refs/heads/master: 927b2f7ef4a68bd9c194d23e192bed46856e7d38

trunk/src/test/run-pass/lib-map.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ fn test_simple() {
4242
check (hm_uu.get(12u) == 12u);
4343

4444

45+
/*
4546
log "str -> uint";
4647
4748
let map.hashmap[str, uint] hm_su = map.mk_hashmap[str, uint](hasher_str,
@@ -100,6 +101,7 @@ fn test_simple() {
100101
101102
check (!hm_ss.insert("twelve", "twelve"));
102103
check (_str.eq(hm_ss.get("twelve"), "twelve"));
104+
*/
103105

104106

105107
log "*** finished test_simple";

0 commit comments

Comments
 (0)