diff options
| author | Simonas Kazlauskas <git@kazlauskas.me> | 2017-02-04 06:12:23 +0200 |
|---|---|---|
| committer | Simonas Kazlauskas <git@kazlauskas.me> | 2017-02-04 06:12:23 +0200 |
| commit | 206ee202581688818e1b305f2c0376df12e65b72 (patch) | |
| tree | df88bc2cc3194db88524416696dfaf54c9475417 | |
| parent | 87ace0d7200c12ae268e895ad880cf9589d1b1ac (diff) | |
| download | rust-206ee202581688818e1b305f2c0376df12e65b72.tar.gz rust-206ee202581688818e1b305f2c0376df12e65b72.zip | |
Unignore stage0/1 i128 tests as well
| -rw-r--r-- | src/test/run-pass/i128-ffi.rs | 3 | ||||
| -rw-r--r-- | src/test/run-pass/i128.rs | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/src/test/run-pass/i128-ffi.rs b/src/test/run-pass/i128-ffi.rs index 222f32754fb..473f1cc2301 100644 --- a/src/test/run-pass/i128-ffi.rs +++ b/src/test/run-pass/i128-ffi.rs @@ -8,9 +8,6 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// ignore-stage0 -// ignore-stage1 - // MSVC doesn't support 128 bit integers, and other Windows // C compilers have very inconsistent views on how the ABI // should look like. diff --git a/src/test/run-pass/i128.rs b/src/test/run-pass/i128.rs index 3eb1c950502..dc4f0774b97 100644 --- a/src/test/run-pass/i128.rs +++ b/src/test/run-pass/i128.rs @@ -8,9 +8,6 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// ignore-stage0 -// ignore-stage1 - // ignore-emscripten #![feature(i128_type, test)] |
