about summary refs log tree commit diff
path: root/tests/ui/consts/const-eval/raw-bytes.rs
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2023-11-26 18:21:56 +0100
committerRalf Jung <post@ralfj.de>2023-12-07 17:46:36 +0100
commit29c95e98e318be711169862c996982c7dffd2372 (patch)
tree0e822c28cc59b868e120c997f89906f4c1af9255 /tests/ui/consts/const-eval/raw-bytes.rs
parent4d93590d59ca7d71ac401ce600fd0fe458a6375e (diff)
downloadrust-29c95e98e318be711169862c996982c7dffd2372.tar.gz
rust-29c95e98e318be711169862c996982c7dffd2372.zip
also print 'immutable' flag
Diffstat (limited to 'tests/ui/consts/const-eval/raw-bytes.rs')
-rw-r--r--tests/ui/consts/const-eval/raw-bytes.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/consts/const-eval/raw-bytes.rs b/tests/ui/consts/const-eval/raw-bytes.rs
index ff2a32d5757..ae65a5cb8df 100644
--- a/tests/ui/consts/const-eval/raw-bytes.rs
+++ b/tests/ui/consts/const-eval/raw-bytes.rs
@@ -1,7 +1,7 @@
 // stderr-per-bitwidth
 // ignore-endian-big
 // ignore-tidy-linelength
-// normalize-stderr-test "╾─*ALLOC[0-9]+(\+[a-z0-9]+)?─*╼" -> "╾ALLOC_ID$1╼"
+// normalize-stderr-test "╾─*ALLOC[0-9]+(\+[a-z0-9]+)?(<imm>)?─*╼" -> "╾ALLOC_ID$1╼"
 
 #![feature(never_type, rustc_attrs, ptr_metadata, slice_from_ptr_range, const_slice_from_ptr_range)]
 #![allow(invalid_value)]