Fix run-pass-fulldeps/qquote.rs
This commit is contained in:
parent
b3b1e62750
commit
be490c7f81
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ fn check_pp<T>(cx: fake_ext_ctxt,
|
||||||
stdout().write_line(s);
|
stdout().write_line(s);
|
||||||
if expect != ~"" {
|
if expect != ~"" {
|
||||||
error!("expect: '%s', got: '%s'", expect, s);
|
error!("expect: '%s', got: '%s'", expect, s);
|
||||||
assert str == expect;
|
assert s == expect;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue