]> git.lizzy.rs Git - rust.git/blobdiff - src/test/pretty/cast-lt.pp
rustc: Allow cdylibs to link against dylibs
[rust.git] / src / test / pretty / cast-lt.pp
index 351889da2453d0f5d116d2fb09abd7f6d1e8fc53..47a7dac95b9c5081cf936c03538e84c12925ea9b 100644 (file)
@@ -8,6 +8,6 @@ extern crate std;
 // pretty-mode:expanded
 // pp-exact:cast-lt.pp
 
-macro_rules! negative(( $ e : expr ) => { $ e < 0 });
+macro_rules! negative { ($ e : expr) => { $ e < 0 } }
 
 fn main() { (1 as i32) < 0; }