diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-09-29 08:12:51 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-09-29 08:12:51 -0700 |
| commit | 792e32bcfc121a64ce59664949cf4e5df71cf201 (patch) | |
| tree | 5637d17805b711816b8534efda5cb7976a6cd27c /src/libsyntax/test.rs | |
| parent | 757fa6ffbaea0c2ddfba31d6c5777f0a61722947 (diff) | |
| parent | fc1b908322a5a2ebf8aa599d7178accdd3cbaed9 (diff) | |
| download | rust-792e32bcfc121a64ce59664949cf4e5df71cf201.tar.gz rust-792e32bcfc121a64ce59664949cf4e5df71cf201.zip | |
rollup merge of #17576 : kmcallister/hide-quotes
Diffstat (limited to 'src/libsyntax/test.rs')
| -rw-r--r-- | src/libsyntax/test.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/libsyntax/test.rs b/src/libsyntax/test.rs index 091b0ce8ed9..828a6124aa0 100644 --- a/src/libsyntax/test.rs +++ b/src/libsyntax/test.rs @@ -235,10 +235,7 @@ fn generate_test_harness(sess: &ParseSess, sess: sess, span_diagnostic: sd, ext_cx: ExtCtxt::new(sess, cfg.clone(), - ExpansionConfig { - deriving_hash_type_parameter: false, - crate_name: "test".to_string(), - }), + ExpansionConfig::default("test".to_string())), path: Vec::new(), testfns: Vec::new(), reexport_test_harness_main: reexport_test_harness_main, |
