about summary refs log tree commit diff
path: root/tests/ui/parallel-rustc
diff options
context:
space:
mode:
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>2025-04-07 15:44:12 +0300
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>2025-04-07 19:13:31 +0300
commit5c160f511e321a89eef01fcf17c6cc4c0f4e5c00 (patch)
tree016abaa173e463d7a708e6def26c9b41a18d0a32 /tests/ui/parallel-rustc
parentb86b3fb640e4f914db9013872e8ff67b74ba286d (diff)
downloadrust-5c160f511e321a89eef01fcf17c6cc4c0f4e5c00.tar.gz
rust-5c160f511e321a89eef01fcf17c6cc4c0f4e5c00.zip
compiletest: Stricter parsing for diagnostic kinds
Diffstat (limited to 'tests/ui/parallel-rustc')
-rw-r--r--tests/ui/parallel-rustc/cache-after-waiting-issue-111528.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/parallel-rustc/cache-after-waiting-issue-111528.rs b/tests/ui/parallel-rustc/cache-after-waiting-issue-111528.rs
index b23cb9ce917..73d173022f6 100644
--- a/tests/ui/parallel-rustc/cache-after-waiting-issue-111528.rs
+++ b/tests/ui/parallel-rustc/cache-after-waiting-issue-111528.rs
@@ -10,7 +10,7 @@ pub fn a() {
 
 #[export_name="fail"]
 pub fn b() {
-//~^ Error symbol `fail` is already defined
+//~^ ERROR symbol `fail` is already defined
 }
 
 fn main() {}