Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit af442d9

Browse files
committed
Rename asm test directory in favor of llvm_asm
1 parent 861996e commit af442d9

22 files changed

+19
-19
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/test/ui/asm/asm-bad-clobber.stderr renamed to src/test/ui/llvm-asm/llvm-asm-bad-clobber.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0664]: clobber should not be surrounded by braces
2-
--> $DIR/asm-bad-clobber.rs:22:42
2+
--> $DIR/llvm-asm-bad-clobber.rs:22:42
33
|
44
LL | llvm_asm!("xor %eax, %eax" : : : "{eax}");
55
| ^^^^^^^

0 commit comments

Comments
 (0)