aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue610/repro2.vhdl
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gna/issue610/repro2.vhdl')
-rw-r--r--testsuite/gna/issue610/repro2.vhdl2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/gna/issue610/repro2.vhdl b/testsuite/gna/issue610/repro2.vhdl
index 1473eeb76..a36d5de2d 100644
--- a/testsuite/gna/issue610/repro2.vhdl
+++ b/testsuite/gna/issue610/repro2.vhdl
@@ -5,7 +5,7 @@ end repro2;
architecture behav of repro2 is
begin
process
- variable v : string (0 to l);
+ variable v : string (1 to l);
alias a : string is v;
begin
v := (others => ' ');