diff options
-rwxr-xr-x | testsuite/gna/issue646/testsuite.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/testsuite/gna/issue646/testsuite.sh b/testsuite/gna/issue646/testsuite.sh index 0c6fa9fa0..94615d10e 100755 --- a/testsuite/gna/issue646/testsuite.sh +++ b/testsuite/gna/issue646/testsuite.sh @@ -7,9 +7,8 @@ export GHDL_STD_FLAGS=--std=08 analyze repro.vhdl elab_simulate repro -# TODO: init value. -#analyze repro2.vhdl -#elab_simulate repro2 +analyze repro2.vhdl +elab_simulate repro2 analyze repro3.vhdl elab_simulate repro3 |