diff options
Diffstat (limited to 'testsuite/gna/issue14/repro1.vhdl')
-rw-r--r-- | testsuite/gna/issue14/repro1.vhdl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/gna/issue14/repro1.vhdl b/testsuite/gna/issue14/repro1.vhdl index 468b651..6d37c16 100644 --- a/testsuite/gna/issue14/repro1.vhdl +++ b/testsuite/gna/issue14/repro1.vhdl @@ -1,10 +1,10 @@ library ieee; use ieee.std_logic_1164.all; -entity repro is -end repro; +entity repro1 is +end repro1; -architecture behav of repro is +architecture behav of repro1 is begin assert std_ulogic_vector'("LL") ?= "00"; end behav; |