Skip to content

Commit

Permalink
Unignore stage0/1 i128 tests as well
Browse files Browse the repository at this point in the history
  • Loading branch information
nagisa committed Feb 4, 2017
1 parent 87ace0d commit 206ee20
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/test/run-pass/i128-ffi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 0 additions & 3 deletions src/test/run-pass/i128.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit 206ee20

Please sign in to comment.