From ff9781fc73b34a8b5646531c69586d12bd2f8525 Mon Sep 17 00:00:00 2001 From: Matthew Ballance Date: Mon, 2 Mar 2026 04:47:49 +0000 Subject: [PATCH] Update golden file for covergroup fileline fix The covergroup keyword fileline fix (using $1 instead of $2) shifts error column from the name position to the 'covergroup' keyword. Update the golden output for t_covergroup_in_class_duplicate_bad to match. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- test_regress/t/t_covergroup_in_class_duplicate_bad.out | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test_regress/t/t_covergroup_in_class_duplicate_bad.out b/test_regress/t/t_covergroup_in_class_duplicate_bad.out index 448415232..29c600283 100644 --- a/test_regress/t/t_covergroup_in_class_duplicate_bad.out +++ b/test_regress/t/t_covergroup_in_class_duplicate_bad.out @@ -1,8 +1,8 @@ -%Error: t/t_covergroup_in_class_duplicate_bad.v:13:14: Duplicate declaration of CLASS '__vlAnonCG_embeddedCg': '__vlAnonCG_embeddedCg' +%Error: t/t_covergroup_in_class_duplicate_bad.v:13:3: Duplicate declaration of CLASS '__vlAnonCG_embeddedCg': '__vlAnonCG_embeddedCg' 13 | covergroup embeddedCg; - | ^~~~~~~~~~ - t/t_covergroup_in_class_duplicate_bad.v:9:14: ... Location of original declaration + | ^~~~~~~~~~ + t/t_covergroup_in_class_duplicate_bad.v:9:3: ... Location of original declaration 9 | covergroup embeddedCg; - | ^~~~~~~~~~ + | ^~~~~~~~~~ ... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance. %Error: Exiting due to