X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_expand%2Fsrc%2Ftests.rs;h=d82a7a54030c668a3c55bfaaef739b56ce59f509;hb=163a7090b8c774785c8daea0e95e70e60ccfc6d0;hp=e44f060819633dbfe1f27333f962fec276d6a8b8;hpb=96c2df810b0b681fee63cae11ca63844792b6190;p=rust.git diff --git a/compiler/rustc_expand/src/tests.rs b/compiler/rustc_expand/src/tests.rs index e44f0608196..d82a7a54030 100644 --- a/compiler/rustc_expand/src/tests.rs +++ b/compiler/rustc_expand/src/tests.rs @@ -151,6 +151,7 @@ fn test_harness(file_text: &str, span_labels: Vec, expected_output: & false, None, false, + false, ); let handler = Handler::with_emitter(true, None, Box::new(emitter)); handler.span_err(msp, "foo");