aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1201
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-08-05 18:19:42 +0200
committerTristan Gingold <tgingold@free.fr>2020-08-05 18:19:42 +0200
commitc2e76ef851a4278dcbda8c074e010bbc7c177963 (patch)
tree9ef0d2a1ca56304996ea8d63e93f2f6eb97193a6 /testsuite/gna/issue1201
parentf47d2c881d7807c73165bb42aa3880c992ed03d8 (diff)
downloadghdl-c2e76ef851a4278dcbda8c074e010bbc7c177963.tar.gz
ghdl-c2e76ef851a4278dcbda8c074e010bbc7c177963.tar.bz2
ghdl-c2e76ef851a4278dcbda8c074e010bbc7c177963.zip
Adjust testcase for #1201
Diffstat (limited to 'testsuite/gna/issue1201')
-rw-r--r--testsuite/gna/issue1201/bug.vhdl2
1 files changed, 1 insertions, 1 deletions
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