about summary refs log tree commit diff
path: root/src/libregex/test/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libregex/test/mod.rs')
-rw-r--r--src/libregex/test/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libregex/test/mod.rs b/src/libregex/test/mod.rs
index c563c84fc34..96c600b0fda 100644
--- a/src/libregex/test/mod.rs
+++ b/src/libregex/test/mod.rs
@@ -9,7 +9,7 @@
 // except according to those terms.
 
 #[cfg(not(stage1))]
-#[phase(syntax)]
+#[phase(plugin)]
 extern crate regex_macros;
 
 #[cfg(not(stage1))]