Skip to content

Commit 8c2336c

Browse files
committed
fix: update regression test for #90815 with blessed stderr
1 parent 95e926c commit 8c2336c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

tests/ui/asm/arm/exhausted-registers-issue-90815.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
//@ compile-flags: --target armv7-unknown-linux-gnueabihf
44
//@ needs-llvm-components: arm
55
//@ ignore-backends: gcc
6-
//@ error-pattern: inline assembly requires more registers than available
76

87
// Regression test for issue #90815.
98
// Ensure that we emit a proper error message when inline assembly requests
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
error: inline assembly requires more registers than available
2+
Error: --> $DIR/exhausted-registers-issue-90815.rs:39:10
3+
|
4+
LL | "mov {0}, r0",
5+
| ^^^^^^^^^^^
6+
7+
error: aborting due to 1 previous error

0 commit comments

Comments
 (0)