Moved problematic tests on armhf-gnu back to compile-fail.

This commit is contained in:
David Wood 2018-08-13 19:23:51 +02:00
parent 4b2464592c
commit 67ec37b608
No known key found for this signature in database
GPG Key ID: 01760B4F9F53F154
4 changed files with 0 additions and 22 deletions

View File

@ -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

View File

@ -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