Skip to content

Commit 4806746

Browse files
committed
Remove workaround of rust-lang#13793/rust-lang#10872
LLVM assertion error has been fixed recently: http://llvm.org/bugs/show_bug.cgi?id=18993 Fixes rust-lang#13793
1 parent d7916f8 commit 4806746

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

src/test/run-make/no-intermediate-extras/foo.rs

-5
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,3 @@
77
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
10-
11-
// FIXME #13793
12-
#[test]
13-
fn test_dummy() {
14-
}

src/test/run-pass/issue-14393.rs

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-windows: FIXME #13793
12-
1311
fn main() {
1412
match ("", 1u) {
1513
(_, 42u) => (),

src/test/run-pass/test-runner-hides-main.rs

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// except according to those terms.
1010

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

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

0 commit comments

Comments
 (0)