Skip to content

Commit

Permalink
Ignore a spuriously failing test on asmjs
Browse files Browse the repository at this point in the history
Other tests are already ignored for missing `rust_begin_unwind`, let's add
another.
  • Loading branch information
alexcrichton committed Jun 19, 2017
1 parent 609d43a commit 55a629d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/run-pass/vec-macro-no-std.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down

0 comments on commit 55a629d

Please sign in to comment.