Skip to content

Commit 4806746

Browse files
committedAug 18, 2014
Remove workaround of #13793/#10872
LLVM assertion error has been fixed recently: http://llvm.org/bugs/show_bug.cgi?id=18993 Fixes #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

Lines changed: 0 additions & 5 deletions
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

Lines changed: 0 additions & 2 deletions
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

Lines changed: 0 additions & 1 deletion
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,

5 commit comments

Comments
 (5)

bors commented on Aug 18, 2014

@bors
Collaborator

saw approval from alexcrichton
at klutzy@4806746

bors commented on Aug 18, 2014

@bors
Collaborator

merging klutzy/rust/win-fixme-cleanup = 4806746 into auto

bors commented on Aug 18, 2014

@bors
Collaborator

klutzy/rust/win-fixme-cleanup = 4806746 merged ok, testing candidate = ef439dd

bors commented on Aug 18, 2014

@bors
Collaborator

fast-forwarding master to auto = ef439dd

Please sign in to comment.