Skip to content

Commit

Permalink
compiletest: replace uses of old deriving attribute with new one
Browse files Browse the repository at this point in the history
  • Loading branch information
apasel422 committed Mar 22, 2013
1 parent ec96096 commit 6e883c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiletest/common.rs
Expand Up @@ -10,7 +10,7 @@

use core::prelude::*;

#[deriving_eq]
#[deriving(Eq)]
pub enum mode {
mode_compile_fail,
mode_run_fail,
Expand Down

0 comments on commit 6e883c7

Please sign in to comment.