diff options
| -rw-r--r-- | src/test/run-pass/issue-38763.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-pass/issue-38763.rs b/src/test/run-pass/issue-38763.rs index 4bf9513d64f..01cc8265a39 100644 --- a/src/test/run-pass/issue-38763.rs +++ b/src/test/run-pass/issue-38763.rs @@ -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)] |
