From 2f3a7549cb8ca2ead86ee536dcd697d8f01361a2 Mon Sep 17 00:00:00 2001 From: Yilou Wang Date: Sat, 1 Nov 2025 08:57:53 +0100 Subject: [PATCH] update unsup.out --- test_regress/t/t_constraint_global_nested_unsup.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_regress/t/t_constraint_global_nested_unsup.out b/test_regress/t/t_constraint_global_nested_unsup.out index 645226c83..db7e02cfb 100644 --- a/test_regress/t/t_constraint_global_nested_unsup.out +++ b/test_regress/t/t_constraint_global_nested_unsup.out @@ -1,4 +1,4 @@ -%Error-UNSUPPORTED: t/t_constraint_global_nested_unsup.v:9:14: Unsupported: Variable 'm_mid.m_inner' cannot have multiple global constraints +%Error-UNSUPPORTED: t/t_constraint_global_nested_unsup.v:9:14: Unsupported: One variable 'm_mid.m_inner' cannot have multiple global constraints : ... note: In instance 't' 9 | constraint c_inner { m_val inside {[1:10]}; } | ^~~~~~~