]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/panic-handler/weak-lang-item.rs
ignore test cases when checking emscripten
[rust.git] / src / test / ui / panic-handler / weak-lang-item.rs
index aef5e1b2c1c7a842068b2bcb8d9654fee91af6f2..14a07a9ef1b552c372887f50e0212b42cda0211d 100644 (file)
@@ -2,6 +2,7 @@
 // error-pattern: `#[panic_handler]` function required, but not found
 // error-pattern: language item required, but not found: `eh_personality`
 // needs-unwind since it affects the error output
+// ignore-emscripten missing eh_catch_typeinfo lang item
 
 #![no_std]