Use phase(plugin) in tests

This commit is contained in:
Keegan McAllister 2014-05-24 21:24:35 -07:00
parent 84243ed6e1
commit ed41b71fbe
42 changed files with 43 additions and 43 deletions

View file

@ -11,7 +11,7 @@
#![feature(phase)]
extern crate lib;
#[phase(syntax)] extern crate fourcc;
#[phase(plugin)] extern crate fourcc;
fn main() {
fourcc!("1234");