From ddb0a7855c335ec7a7c1d1f5a2eef45a0ce6c835 Mon Sep 17 00:00:00 2001 From: est31 Date: Tue, 7 Feb 2017 01:55:17 +0100 Subject: [PATCH] Unignore u128 test for stage 0,1 Even more SNAP cleanup. --- src/test/run-pass/u128.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/test/run-pass/u128.rs b/src/test/run-pass/u128.rs index 139d42e3a35..ac3dfcdfde1 100644 --- a/src/test/run-pass/u128.rs +++ b/src/test/run-pass/u128.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)]