]> git.lizzy.rs Git - rust.git/commitdiff
Ignore an i128 test on emscripten
authorAlex Crichton <alex@alexcrichton.com>
Fri, 26 Jan 2018 05:04:01 +0000 (21:04 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 26 Jan 2018 05:04:01 +0000 (21:04 -0800)
src/test/run-pass/issue-38763.rs

index 4bf9513d64f92e3f9f72a1d5b0ce590c41266ca5..01cc8265a399fbed44fc98f4f8b598b3600f298c 100644 (file)
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// ignore-emscripten
+
 #![feature(i128_type)]
 
 #[repr(C)]