Skip to content

Commit

Permalink
Remove workaround of rust-lang#13793/rust-lang#10872
Browse files Browse the repository at this point in the history
LLVM assertion error has been fixed recently:
http://llvm.org/bugs/show_bug.cgi?id=18993

Fixes rust-lang#13793
  • Loading branch information
klutzy committed Aug 18, 2014
1 parent d7916f8 commit 4806746
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions src/test/run-make/no-intermediate-extras/foo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,3 @@
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// FIXME #13793
#[test]
fn test_dummy() {
}
2 changes: 0 additions & 2 deletions src/test/run-pass/issue-14393.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// ignore-windows: FIXME #13793

fn main() {
match ("", 1u) {
(_, 42u) => (),
Expand Down
1 change: 0 additions & 1 deletion src/test/run-pass/test-runner-hides-main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// except according to those terms.

// compile-flags:--test
// ignore-windows #10872
// ignore-pretty: does not work well with `--test`

// Building as a test runner means that a synthetic main will be run,
Expand Down

1 comment on commit 4806746

@alexcrichton
Copy link

Choose a reason for hiding this comment

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

r+

Please sign in to comment.