From 55a629d496f9393dff5c3a8d4511bf2686bf365b Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 19 Jun 2017 12:40:51 -0700 Subject: [PATCH] Ignore a spuriously failing test on asmjs Other tests are already ignored for missing `rust_begin_unwind`, let's add another. --- src/test/run-pass/vec-macro-no-std.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/run-pass/vec-macro-no-std.rs b/src/test/run-pass/vec-macro-no-std.rs index 5dd551ff5137..f21027afac31 100644 --- a/src/test/run-pass/vec-macro-no-std.rs +++ b/src/test/run-pass/vec-macro-no-std.rs @@ -8,6 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// ignore-emscripten missing rust_begin_unwind + #![feature(lang_items, start, libc, alloc)] #![no_std]