File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 25184da1e722095902725ef520590fc464faf082
2
+ refs/heads/master: b635f1e63a4411a4bd3d6cd83dfcbe4988b77a93
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 2f46b763da2c098913884f101b6d71d69af41b49
5
5
refs/heads/try: 3d5418789064fdb463e872a4e651af1c628a3650
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ impl <T:Eq IterBytes Hash Const Copy> hash_interner<T>: Interner<T> {
77
77
fn i1 ( ) {
78
78
let i : Interner < @~str > = mk ( ) ;
79
79
i. get ( 13 ) ;
80
- }
80
+ }
81
81
82
82
#[ test]
83
83
fn i2 ( ) {
@@ -102,7 +102,7 @@ fn i2 () {
102
102
assert i. get ( 2 ) == @~"zebra";
103
103
assert i. get ( 3 ) == @~"zebra";
104
104
assert i. get ( 4 ) == @~"dog";
105
- }
105
+ }
106
106
107
107
#[ test]
108
108
fn i3 ( ) {
You can’t perform that action at this time.
0 commit comments