Skip to content

Commit 4a9df0e

Browse files
committedOct 9, 2017
incr.comp.: Move macro-export test case to src/test/incremental.
1 parent d7acd29 commit 4a9df0e

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 renamed to ‎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)