diff options
| author | Corey Farwell <coreyf@rwell.org> | 2017-02-09 12:14:18 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-09 12:14:18 -0500 |
| commit | a05cc5ca9d52b9f88b285433715aa97ed0d66ea8 (patch) | |
| tree | c2d2999070b7e87cb00e19d6038fe15510a4d83b | |
| parent | e7fc53b8f0595d9b5be6a3b64d29d3cfed7c7199 (diff) | |
| parent | ddb0a7855c335ec7a7c1d1f5a2eef45a0ce6c835 (diff) | |
| download | rust-a05cc5ca9d52b9f88b285433715aa97ed0d66ea8.tar.gz rust-a05cc5ca9d52b9f88b285433715aa97ed0d66ea8.zip | |
Rollup merge of #39604 - est31:i128_tests, r=alexcrichton
Unignore u128 test for stage 0,1 Even more SNAP cleanup. Follow-up of #39519. Sorry, I didn't check twice.
| -rw-r--r-- | src/test/run-pass/u128.rs | 3 |
1 files changed, 0 insertions, 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)] |
