Skip to content

Commit e1b14f6

Browse files
committed
test: Fix name of bitv type
1 parent 7e0fa3f commit e1b14f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/compile-fail/for-loop-decl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import std::bitv;
66
type fn_info = {vars: hashmap<uint, var_info>};
77
type var_info = {a: uint, b: uint};
88

9-
fn bitv_to_str(enclosing: fn_info, v: bitv::t) -> str {
9+
fn bitv_to_str(enclosing: fn_info, v: bitv::bitv) -> str {
1010
let s = "";
1111

1212
// error is that the value type in the hash map is var_info, not a box

0 commit comments

Comments
 (0)