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.
This commit is contained in:
Ramon de C Valle 2024-08-12 14:59:50 -07:00
parent 91376f4162
commit 66c93ac8ba
30 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
error: malformed `cfi_encoding` attribute input
--> $DIR/cfi-invalid-attr-cfi-encoding.rs:10:1
--> $DIR/invalid-attr-encoding.rs:10:1
|
LL | #[cfi_encoding]
| ^^^^^^^^^^^^^^^ help: must be of the form: `#[cfi_encoding = "encoding"]`