summary refs log tree commit diff
path: root/tests/ui/mir/alignment/misaligned_lhs.rs
diff options
context:
space:
mode:
author许杰友 Jieyou Xu (Joe) <jieyouxu@outlook.com>2024-02-16 20:02:50 +0000
committer许杰友 Jieyou Xu (Joe) <jieyouxu@outlook.com>2024-02-16 20:02:50 +0000
commitec2cc761bc7067712ecc7734502f703fe3b024c8 (patch)
tree7ab55cd9562da45b86c959f1b98c199b2b03ca92 /tests/ui/mir/alignment/misaligned_lhs.rs
parente53d6dd35bb38b81dff4b00497f4c152e9009499 (diff)
downloadrust-ec2cc761bc7067712ecc7734502f703fe3b024c8.tar.gz
rust-ec2cc761bc7067712ecc7734502f703fe3b024c8.zip
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
Diffstat (limited to 'tests/ui/mir/alignment/misaligned_lhs.rs')
-rw-r--r--tests/ui/mir/alignment/misaligned_lhs.rs10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/ui/mir/alignment/misaligned_lhs.rs b/tests/ui/mir/alignment/misaligned_lhs.rs
index 97644ba8e09..5f484b8b3be 100644
--- a/tests/ui/mir/alignment/misaligned_lhs.rs
+++ b/tests/ui/mir/alignment/misaligned_lhs.rs
@@ -1,8 +1,8 @@
-// run-fail
-// ignore-wasm32-bare: No panic messages
-// ignore-i686-pc-windows-msvc: #112480
-// compile-flags: -C debug-assertions
-// error-pattern: misaligned pointer dereference: address must be a multiple of 0x4 but is
+//@ run-fail
+//@ ignore-wasm32-bare: No panic messages
+//@ ignore-i686-pc-windows-msvc: #112480
+//@ compile-flags: -C debug-assertions
+//@ error-pattern: misaligned pointer dereference: address must be a multiple of 0x4 but is
 
 fn main() {
     let mut x = [0u32; 2];