From c2e76ef851a4278dcbda8c074e010bbc7c177963 Mon Sep 17 00:00:00 2001
From: Tristan Gingold <tgingold@free.fr>
Date: Wed, 5 Aug 2020 18:19:42 +0200
Subject: Adjust testcase for #1201

---
 testsuite/gna/issue1201/bug.vhdl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'testsuite/gna/issue1201')

diff --git a/testsuite/gna/issue1201/bug.vhdl b/testsuite/gna/issue1201/bug.vhdl
index 9a11dbeeb..aa091d5ed 100644
--- a/testsuite/gna/issue1201/bug.vhdl
+++ b/testsuite/gna/issue1201/bug.vhdl
@@ -33,7 +33,7 @@ architecture Behavioral of bug is
 
   signal mysig_ok_2 : rc_peripheral_1(params(0 to 4));  -- This is accepted by ghdl
 
-  -- signal mysig_wrong : rc_peripheral_2(params(0 to 4)(0 to 4));  -- This is not accepted
+  signal mysig_wrong : rc_peripheral_2(params(0 to 4)(0 to 4));  -- This is not accepted
 
 begin
 
-- 
cgit v1.2.3