about summary refs log tree commit diff
path: root/tests/ui/debuginfo
diff options
context:
space:
mode:
authorZalathar <Zalathar@users.noreply.github.com>2024-06-21 15:15:36 +1000
committerZalathar <Zalathar@users.noreply.github.com>2024-07-11 12:23:44 +1000
commit9aaa0c5867d7f68ef38dcaeb73b68085b8c4d731 (patch)
treeff440af5fcabe3b24b7b99a541e9311ed07ad321 /tests/ui/debuginfo
parent3ad5f459b35769b8ad9f0b364d3dabb3721b9117 (diff)
downloadrust-9aaa0c5867d7f68ef38dcaeb73b68085b8c4d731.tar.gz
rust-9aaa0c5867d7f68ef38dcaeb73b68085b8c4d731.zip
Always use a colon in `//@ normalize-*:` headers
Diffstat (limited to 'tests/ui/debuginfo')
-rw-r--r--tests/ui/debuginfo/debuginfo-type-name-layout-ice-94961-1.rs4
-rw-r--r--tests/ui/debuginfo/debuginfo-type-name-layout-ice-94961-2.rs4
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/ui/debuginfo/debuginfo-type-name-layout-ice-94961-1.rs b/tests/ui/debuginfo/debuginfo-type-name-layout-ice-94961-1.rs
index 6d70764b9f7..dc68f6cf71f 100644
--- a/tests/ui/debuginfo/debuginfo-type-name-layout-ice-94961-1.rs
+++ b/tests/ui/debuginfo/debuginfo-type-name-layout-ice-94961-1.rs
@@ -4,8 +4,8 @@
 //@ compile-flags:-C debuginfo=2
 //@ build-fail
 //@ error-pattern: too big for the current architecture
-//@ normalize-stderr-64bit "18446744073709551615" -> "SIZE"
-//@ normalize-stderr-32bit "4294967295" -> "SIZE"
+//@ normalize-stderr-64bit: "18446744073709551615" -> "SIZE"
+//@ normalize-stderr-32bit: "4294967295" -> "SIZE"
 
 #![crate_type = "rlib"]
 
diff --git a/tests/ui/debuginfo/debuginfo-type-name-layout-ice-94961-2.rs b/tests/ui/debuginfo/debuginfo-type-name-layout-ice-94961-2.rs
index a84dec10abd..2b6e85362b6 100644
--- a/tests/ui/debuginfo/debuginfo-type-name-layout-ice-94961-2.rs
+++ b/tests/ui/debuginfo/debuginfo-type-name-layout-ice-94961-2.rs
@@ -6,8 +6,8 @@
 //@ compile-flags:-C debuginfo=2
 //@ build-fail
 //@ error-pattern: too big for the current architecture
-//@ normalize-stderr-64bit "18446744073709551615" -> "SIZE"
-//@ normalize-stderr-32bit "4294967295" -> "SIZE"
+//@ normalize-stderr-64bit: "18446744073709551615" -> "SIZE"
+//@ normalize-stderr-32bit: "4294967295" -> "SIZE"
 
 #![crate_type = "rlib"]