Skip to content

Commit 8971894

Browse files
committed
Bless aarch64 asm test
1 parent 626a5f5 commit 8971894

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ui/asm/aarch64/parse-error.stderr

+2-2
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,13 @@ LL | asm!("{1}", in("x0") foo, const bar);
130130
| |
131131
| explicit register argument
132132

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

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

0 commit comments

Comments
 (0)