Skip to content

Commit

Permalink
Remove some obsolete ignored tests
Browse files Browse the repository at this point in the history
* compile-fail/vec-add.rs is obsolete, there are no mutable
  vectors any more, rust-lang#2711 is closed
* compile-fail/issue-1451.rs is obsolete, there are no more
  structural records, rust-lang#1451 is closed
* compile-fail/issue-2074.rs is obsolete, an up to date test
  is in run-pass/nested-enum-same-names.rs, rust-lang#2074 is closed
* compile-fail/omitted-arg-wrong-types.rs is obsolete, rust-lang#2093
  is closed
  • Loading branch information
fhahn committed Feb 9, 2014
1 parent 51676b2 commit c9b1b70
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 150 deletions.
33 changes: 0 additions & 33 deletions src/test/compile-fail/issue-1451.rs

This file was deleted.

23 changes: 0 additions & 23 deletions src/test/compile-fail/issue-2074.rs

This file was deleted.

21 changes: 0 additions & 21 deletions src/test/compile-fail/omitted-arg-wrong-types.rs

This file was deleted.

73 changes: 0 additions & 73 deletions src/test/compile-fail/vec-add.rs

This file was deleted.

2 comments on commit c9b1b70

@alexcrichton
Copy link

Choose a reason for hiding this comment

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

r+

@alexcrichton
Copy link

Choose a reason for hiding this comment

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

@bors: retry

Please sign in to comment.