fuzzer: replace uses of old deriving attribute with new one
This commit is contained in:
parent
baf6a6373f
commit
72d7d60155
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ use syntax::parse;
|
||||||
use syntax::print::pprust;
|
use syntax::print::pprust;
|
||||||
use syntax::diagnostic;
|
use syntax::diagnostic;
|
||||||
|
|
||||||
#[deriving_eq]
|
#[deriving(Eq)]
|
||||||
pub enum test_mode { tm_converge, tm_run, }
|
pub enum test_mode { tm_converge, tm_run, }
|
||||||
|
|
||||||
pub struct Context { mode: test_mode } // + rng
|
pub struct Context { mode: test_mode } // + rng
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue