Skip to content

Commit 66c93ac

Browse files
committed
CFI: Move CFI ui tests to cfi directory
Moves the CFI ui tests to the cfi directory and removes the cfi prefix from tests file names similarly to how the cfi codegen tests are organized.
1 parent 91376f4 commit 66c93ac

30 files changed

+1
-1
lines changed
File renamed without changes.

tests/ui/sanitizer/cfi-invalid-attr-cfi-encoding.stderr renamed to tests/ui/sanitizer/cfi/invalid-attr-encoding.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error: malformed `cfi_encoding` attribute input
2-
--> $DIR/cfi-invalid-attr-cfi-encoding.rs:10:1
2+
--> $DIR/invalid-attr-encoding.rs:10:1
33
|
44
LL | #[cfi_encoding]
55
| ^^^^^^^^^^^^^^^ help: must be of the form: `#[cfi_encoding = "encoding"]`

0 commit comments

Comments
 (0)