Skip to content

Commit

Permalink
Bless aarch64 asm test
Browse files Browse the repository at this point in the history
  • Loading branch information
nbdd0121 committed Feb 25, 2024
1 parent 626a5f5 commit 8971894
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ui/asm/aarch64/parse-error.stderr
Expand Up @@ -130,13 +130,13 @@ LL | asm!("{1}", in("x0") foo, const bar);
| |
| explicit register argument

error: expected one of `clobber_abi`, `const`, `in`, `inlateout`, `inout`, `lateout`, `options`, `out`, or `sym`, found `""`
error: expected one of `clobber_abi`, `const`, `in`, `inlateout`, `inout`, `label`, `lateout`, `options`, `out`, or `sym`, found `""`
--> $DIR/parse-error.rs:66:29
|
LL | asm!("", options(), "");
| ^^ expected one of 9 possible tokens

error: expected one of `clobber_abi`, `const`, `in`, `inlateout`, `inout`, `lateout`, `options`, `out`, or `sym`, found `"{}"`
error: expected one of `clobber_abi`, `const`, `in`, `inlateout`, `inout`, `label`, `lateout`, `options`, `out`, or `sym`, found `"{}"`
--> $DIR/parse-error.rs:68:33
|
LL | asm!("{}", in(reg) foo, "{}", out(reg) foo);
Expand Down

0 comments on commit 8971894

Please sign in to comment.