Skip to content

Commit be490c7

Browse files
committed
Fix run-pass-fulldeps/qquote.rs
1 parent b3b1e62 commit be490c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-pass-fulldeps/qquote.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ fn check_pp<T>(cx: fake_ext_ctxt,
9595
stdout().write_line(s);
9696
if expect != ~"" {
9797
error!("expect: '%s', got: '%s'", expect, s);
98-
assert str == expect;
98+
assert s == expect;
9999
}
100100
}
101101

0 commit comments

Comments
 (0)