Skip to content

Commit

Permalink
Remove duplicated test files
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
Sawyer47 committed Jun 22, 2014
1 parent 4c39962 commit 37b8ce0
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.

5 comments on commit 37b8ce0

@bors
Copy link
Contributor

@bors bors commented on 37b8ce0 Jun 23, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at Sawyer47@37b8ce0

@bors
Copy link
Contributor

@bors bors commented on 37b8ce0 Jun 23, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging Sawyer47/rust/rm-duplicated-tests = 37b8ce0 into auto

@bors
Copy link
Contributor

@bors bors commented on 37b8ce0 Jun 23, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sawyer47/rust/rm-duplicated-tests = 37b8ce0 merged ok, testing candidate = 575710f

@bors
Copy link
Contributor

@bors bors commented on 37b8ce0 Jun 23, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 575710f

Please sign in to comment.