1
Fork 0

fuzzer: replace uses of old deriving attribute with new one

This commit is contained in:
Andrew Paseltiner 2013-03-20 11:39:12 -04:00
parent baf6a6373f
commit 72d7d60155

View file

@ -39,7 +39,7 @@ use syntax::parse;
use syntax::print::pprust;
use syntax::diagnostic;
#[deriving_eq]
#[deriving(Eq)]
pub enum test_mode { tm_converge, tm_run, }
pub struct Context { mode: test_mode } // + rng