Skip to content

Commit 0be3cc8

Browse files
committed
ignore test cases when checking emscripten
1 parent 10f3657 commit 0be3cc8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// compile-flags: --extern std=
22
// error-pattern: extern location for std does not exist
33
// needs-unwind since it affects the error output
4+
// ignore-emscripten missing eh_catch_typeinfo lang item
45

56
fn main() {}

src/test/ui/panic-handler/weak-lang-item.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// error-pattern: `#[panic_handler]` function required, but not found
33
// error-pattern: language item required, but not found: `eh_personality`
44
// needs-unwind since it affects the error output
5+
// ignore-emscripten missing eh_catch_typeinfo lang item
56

67
#![no_std]
78

0 commit comments

Comments
 (0)