Skip to content

Commit

Permalink
auto merge of #15106 : Sawyer47/rust/rm-duplicated-tests, r=alexcrichton
Browse files Browse the repository at this point in the history
Even if they used to test different things in the past, they are
now identical to other files.

Closes #11496
  • Loading branch information
bors committed Jun 23, 2014
2 parents d77cb22 + 37b8ce0 commit 575710f
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 81 deletions.
15 changes: 0 additions & 15 deletions src/test/compile-fail/issue-2123.rs

This file was deleted.

20 changes: 0 additions & 20 deletions src/test/compile-fail/issue-3993-3.rs

This file was deleted.

18 changes: 0 additions & 18 deletions src/test/compile-fail/type-mismatch.rs

This file was deleted.

13 changes: 0 additions & 13 deletions src/test/run-fail/binop-fail-2.rs

This file was deleted.

5 changes: 4 additions & 1 deletion src/test/run-pass/deriving-meta-multiple.rs
Expand Up @@ -11,7 +11,10 @@

use std::hash::hash;

#[deriving(PartialEq, Clone, Hash)]
// testing mulptiple separate deriving attributes
#[deriving(PartialEq)]
#[deriving(Clone)]
#[deriving(Hash)]
struct Foo {
bar: uint,
baz: int
Expand Down
14 changes: 0 additions & 14 deletions src/test/run-pass/unique-decl-move-temp.rs

This file was deleted.

0 comments on commit 575710f

Please sign in to comment.