tests: Mark ui/asm/bad-arch.rs
as requiring wasm llvm backend
This commit is contained in:
parent
f50f1c8e17
commit
bef1ee3857
@ -1,4 +1,5 @@
|
||||
// compile-flags: --target wasm32-unknown-unknown
|
||||
// needs-llvm-components: webassembly
|
||||
|
||||
#![feature(no_core, lang_items, rustc_attrs)]
|
||||
#![no_core]
|
||||
|
@ -1,5 +1,5 @@
|
||||
error[E0472]: asm! is unsupported on this target
|
||||
--> $DIR/bad-arch.rs:15:9
|
||||
--> $DIR/bad-arch.rs:16:9
|
||||
|
|
||||
LL | asm!("");
|
||||
| ^^^^^^^^^
|
||||
|
Loading…
Reference in New Issue
Block a user