mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 06:22:00 +00:00
Fix run-pass-fulldeps/qquote.rs
This commit is contained in:
parent
b3b1e62750
commit
be490c7f81
@ -95,7 +95,7 @@ fn check_pp<T>(cx: fake_ext_ctxt,
|
||||
stdout().write_line(s);
|
||||
if expect != ~"" {
|
||||
error!("expect: '%s', got: '%s'", expect, s);
|
||||
assert str == expect;
|
||||
assert s == expect;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user