Skip to content

Commit 0ca4c4c

Browse files
committedOct 10, 2017
Rollup merge of #45135 - michaelwoerister:move-incr-comp-with-macro-export, 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.
2 parents b7a3a14 + 4a9df0e commit 0ca4c4c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎src/test/compile-fail/incr_comp_with_macro_export.rs ‎src/test/incremental/macro_export.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.