about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSimonas Kazlauskas <git@kazlauskas.me>2017-02-04 06:12:23 +0200
committerSimonas Kazlauskas <git@kazlauskas.me>2017-02-04 06:12:23 +0200
commit206ee202581688818e1b305f2c0376df12e65b72 (patch)
treedf88bc2cc3194db88524416696dfaf54c9475417
parent87ace0d7200c12ae268e895ad880cf9589d1b1ac (diff)
downloadrust-206ee202581688818e1b305f2c0376df12e65b72.tar.gz
rust-206ee202581688818e1b305f2c0376df12e65b72.zip
Unignore stage0/1 i128 tests as well
-rw-r--r--src/test/run-pass/i128-ffi.rs3
-rw-r--r--src/test/run-pass/i128.rs3
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)]