aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug077/repro2.vhdl
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-10-29 09:46:45 +0100
committerTristan Gingold <tgingold@free.fr>2017-10-29 09:49:01 +0100
commit6ecc19f129a9cb25c9edb0fab18f56f5d0914a40 (patch)
tree305ce0d6495d010b130fbf7a1bdd9eea859e4906 /testsuite/gna/bug077/repro2.vhdl
parent6a5dd8aa7565e497b9ec19f6a95dd236a50f1628 (diff)
downloadghdl-6ecc19f129a9cb25c9edb0fab18f56f5d0914a40.tar.gz
ghdl-6ecc19f129a9cb25c9edb0fab18f56f5d0914a40.tar.bz2
ghdl-6ecc19f129a9cb25c9edb0fab18f56f5d0914a40.zip
Add test cases for individual assocs.
Diffstat (limited to 'testsuite/gna/bug077/repro2.vhdl')
-rw-r--r--testsuite/gna/bug077/repro2.vhdl2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/gna/bug077/repro2.vhdl b/testsuite/gna/bug077/repro2.vhdl
index daffca27a..c6d082a69 100644
--- a/testsuite/gna/bug077/repro2.vhdl
+++ b/testsuite/gna/bug077/repro2.vhdl
@@ -4,7 +4,7 @@ end;
architecture behav of child2 is
begin
- assert i = (i'range => '0');
+ assert i = "10";
end behav;
entity repro2 is