compiletest: replace uses of old deriving attribute with new one
This commit is contained in:
parent
ec960963c1
commit
6e883c730e
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
use core::prelude::*;
|
||||
|
||||
#[deriving_eq]
|
||||
#[deriving(Eq)]
|
||||
pub enum mode {
|
||||
mode_compile_fail,
|
||||
mode_run_fail,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue