about summary refs log tree commit diff
path: root/src/test/auxiliary/weak-lang-items.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/auxiliary/weak-lang-items.rs')
-rw-r--r--src/test/auxiliary/weak-lang-items.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/auxiliary/weak-lang-items.rs b/src/test/auxiliary/weak-lang-items.rs
index 68a2ae24b85..c998e362d7e 100644
--- a/src/test/auxiliary/weak-lang-items.rs
+++ b/src/test/auxiliary/weak-lang-items.rs
@@ -17,7 +17,7 @@
 #![feature(phase)]
 #![crate_type = "rlib"]
 
-#[phase(syntax, link)]
+#[phase(plugin, link)]
 extern crate core;
 
 struct A;