Skip to content

Commit

Permalink
Rollup merge of #45135 - michaelwoerister:move-incr-comp-with-macro-e…
Browse files Browse the repository at this point in the history
…xport, r=alexcrichton

incr.comp.: Move macro-export test case to src/test/incremental.

`compile-fail/incr_comp_with_macro_export.rs` was trying to role its own incremental compilation setup. This started to cause problems. There's no reason to not just make this a regular `src/test/incremental` test.

Fixes #45062.
  • Loading branch information
kennytm committed Oct 10, 2017
2 parents b7a3a14 + 4a9df0e commit 0ca4c4c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// compile-flags: -Zincremental=tmp/cfail-tests/incr_comp_with_macro_export
// revisions: cfail1 cfail2 cfail3
// must-compile-successfully


// This test case makes sure that we can compile with incremental compilation
// enabled when there are macros exported from this crate. (See #37756)

Expand Down

0 comments on commit 0ca4c4c

Please sign in to comment.