about summary refs log tree commit diff
path: root/tests/ui-fulldeps/missing-rustc-driver-error.rs
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-fulldeps/missing-rustc-driver-error.rs
parent3ad5f459b35769b8ad9f0b364d3dabb3721b9117 (diff)
downloadrust-9aaa0c5867d7f68ef38dcaeb73b68085b8c4d731.tar.gz
rust-9aaa0c5867d7f68ef38dcaeb73b68085b8c4d731.zip
Always use a colon in `//@ normalize-*:` headers
Diffstat (limited to 'tests/ui-fulldeps/missing-rustc-driver-error.rs')
-rw-r--r--tests/ui-fulldeps/missing-rustc-driver-error.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui-fulldeps/missing-rustc-driver-error.rs b/tests/ui-fulldeps/missing-rustc-driver-error.rs
index adc3e701cc0..23ca39363bc 100644
--- a/tests/ui-fulldeps/missing-rustc-driver-error.rs
+++ b/tests/ui-fulldeps/missing-rustc-driver-error.rs
@@ -1,7 +1,7 @@
 // Test that we get the following hint when trying to use a compiler crate without rustc_driver.
 //@ error-pattern: try adding `extern crate rustc_driver;` at the top level of this crate
 //@ compile-flags: --emit link
-//@ normalize-stderr-test ".*crate .* required.*\n\n" -> ""
+//@ normalize-stderr-test: ".*crate .* required.*\n\n" -> ""
 //@ normalize-stderr-test: "aborting due to [0-9]+" -> "aborting due to NUMBER"
 
 #![feature(rustc_private)]