mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
Moved problematic tests on armhf-gnu back to compile-fail.
This commit is contained in:
parent
4b2464592c
commit
67ec37b608
@ -1,11 +0,0 @@
|
||||
error: <inline asm>:1:2: error: invalid instruction mnemonic 'nowayisthisavalidinstruction'
|
||||
nowayisthisavalidinstruction
|
||||
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
--> $DIR/asm-src-loc-codegen-units.rs:20:9
|
||||
|
|
||||
LL | asm!("nowayisthisavalidinstruction"); //~ ERROR instruction
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
error: aborting due to previous error
|
||||
|
@ -1,11 +0,0 @@
|
||||
error: <inline asm>:1:2: error: invalid instruction mnemonic 'nowayisthisavalidinstruction'
|
||||
nowayisthisavalidinstruction
|
||||
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
--> $DIR/asm-src-loc.rs:17:9
|
||||
|
|
||||
LL | asm!("nowayisthisavalidinstruction"); //~ ERROR instruction
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
error: aborting due to previous error
|
||||
|
Loading…
Reference in New Issue
Block a user