diff options
| author | Florian Bartels <Florian.Bartels@elektrobit.com> | 2022-09-23 09:41:12 +0200 |
|---|---|---|
| committer | Florian Bartels <Florian.Bartels@elektrobit.com> | 2022-09-23 09:41:12 +0200 |
| commit | 0be3cc82345b22c898fb46a93e69fa7b1f6c710f (patch) | |
| tree | 305b8566a91dc227b5e2c08eb18a5794282b60fe /src/test/ui/panic-handler | |
| parent | 10f3657936e3aec6671b8135ec34e8ba69d12899 (diff) | |
| download | rust-0be3cc82345b22c898fb46a93e69fa7b1f6c710f.tar.gz rust-0be3cc82345b22c898fb46a93e69fa7b1f6c710f.zip | |
ignore test cases when checking emscripten
Diffstat (limited to 'src/test/ui/panic-handler')
| -rw-r--r-- | src/test/ui/panic-handler/weak-lang-item.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/panic-handler/weak-lang-item.rs b/src/test/ui/panic-handler/weak-lang-item.rs index aef5e1b2c1c..14a07a9ef1b 100644 --- a/src/test/ui/panic-handler/weak-lang-item.rs +++ b/src/test/ui/panic-handler/weak-lang-item.rs @@ -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] |
