Ignore some more tests on emscripten

Either missing i128 or asm support
This commit is contained in:
Nikita Popov 2018-11-02 19:18:19 +01:00
parent 97e1d36937
commit 131fda40af
5 changed files with 15 additions and 11 deletions

View file

@ -8,8 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// compile-pass
// ignore-emscripten no i128 support
#![feature(nll)]