about summary refs log tree commit diff
path: root/tests/ui/consts/const-eval/ub-enum.rs
diff options
context:
space:
mode:
authorZalathar <Zalathar@users.noreply.github.com>2024-12-25 22:12:17 +1100
committerZalathar <Zalathar@users.noreply.github.com>2024-12-27 19:58:16 +1100
commit835fbcbcab82ce728a7233de6c32a2d206e3336c (patch)
treee06ec1d1eff7f79075b4ee3fdce920c8c5e01658 /tests/ui/consts/const-eval/ub-enum.rs
parent5ba0dd4ef669ca7512031f1f7ee2ae19f1fd099b (diff)
downloadrust-835fbcbcab82ce728a7233de6c32a2d206e3336c.tar.gz
rust-835fbcbcab82ce728a7233de6c32a2d206e3336c.zip
Remove the `-test` suffix from normalize directives
Diffstat (limited to 'tests/ui/consts/const-eval/ub-enum.rs')
-rw-r--r--tests/ui/consts/const-eval/ub-enum.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ui/consts/const-eval/ub-enum.rs b/tests/ui/consts/const-eval/ub-enum.rs
index 728c1666deb..11cd87023d1 100644
--- a/tests/ui/consts/const-eval/ub-enum.rs
+++ b/tests/ui/consts/const-eval/ub-enum.rs
@@ -1,7 +1,7 @@
 // Strip out raw byte dumps to make comparison platform-independent:
-//@ normalize-stderr-test: "(the raw bytes of the constant) \(size: [0-9]*, align: [0-9]*\)" -> "$1 (size: $$SIZE, align: $$ALIGN)"
-//@ normalize-stderr-test: "([0-9a-f][0-9a-f] |╾─*ALLOC[0-9]+(\+[a-z0-9]+)?(<imm>)?─*╼ )+ *│.*" -> "HEX_DUMP"
-//@ normalize-stderr-test: "0x0+" -> "0x0"
+//@ normalize-stderr: "(the raw bytes of the constant) \(size: [0-9]*, align: [0-9]*\)" -> "$1 (size: $$SIZE, align: $$ALIGN)"
+//@ normalize-stderr: "([0-9a-f][0-9a-f] |╾─*ALLOC[0-9]+(\+[a-z0-9]+)?(<imm>)?─*╼ )+ *│.*" -> "HEX_DUMP"
+//@ normalize-stderr: "0x0+" -> "0x0"
 #![feature(never_type)]
 #![allow(invalid_value)]