From 6ecc19f129a9cb25c9edb0fab18f56f5d0914a40 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 29 Oct 2017 09:46:45 +0100 Subject: Add test cases for individual assocs. --- testsuite/gna/bug077/repro2.vhdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/gna/bug077/repro2.vhdl') 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 -- cgit v1.2.3