Skip to content

Commit 55a629d

Browse files
committed
Ignore a spuriously failing test on asmjs
Other tests are already ignored for missing `rust_begin_unwind`, let's add another.
1 parent 609d43a commit 55a629d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/run-pass/vec-macro-no-std.rs

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// ignore-emscripten missing rust_begin_unwind
12+
1113
#![feature(lang_items, start, libc, alloc)]
1214
#![no_std]
1315

0 commit comments

Comments
 (0)