Skip to content

Commit 206ee20

Browse files
committed
Unignore stage0/1 i128 tests as well
1 parent 87ace0d commit 206ee20

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Diff for: src/test/run-pass/i128-ffi.rs

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

11-
// ignore-stage0
12-
// ignore-stage1
13-
1411
// MSVC doesn't support 128 bit integers, and other Windows
1512
// C compilers have very inconsistent views on how the ABI
1613
// should look like.

Diff for: src/test/run-pass/i128.rs

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

11-
// ignore-stage0
12-
// ignore-stage1
13-
1411
// ignore-emscripten
1512

1613
#![feature(i128_type, test)]

0 commit comments

Comments
 (0)