Fix run-pass-fulldeps/qquote.rs

This commit is contained in:
Brian Anderson 2012-09-18 18:46:45 -07:00
parent b3b1e62750
commit be490c7f81

View File

@ -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;
}
}