about summary refs log tree commit diff
path: root/src/test/incremental/macro_export.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/incremental/macro_export.rs')
-rw-r--r--src/test/incremental/macro_export.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/incremental/macro_export.rs b/src/test/incremental/macro_export.rs
index d1966646867..044d63fd2a9 100644
--- a/src/test/incremental/macro_export.rs
+++ b/src/test/incremental/macro_export.rs
@@ -1,5 +1,5 @@
 // revisions: cfail1 cfail2 cfail3
-// compile-pass
+// build-pass (FIXME(62277): could be check-pass?)
 
 // This test case makes sure that we can compile with incremental compilation
 // enabled when there are macros exported from this crate. (See #37756)