diff options
Diffstat (limited to 'testsuite/synth/issue1080/testsuite.sh')
-rwxr-xr-x | testsuite/synth/issue1080/testsuite.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/synth/issue1080/testsuite.sh b/testsuite/synth/issue1080/testsuite.sh index edb7da40a..06c7b7061 100755 --- a/testsuite/synth/issue1080/testsuite.sh +++ b/testsuite/synth/issue1080/testsuite.sh @@ -2,7 +2,7 @@ . ../../testenv.sh -for t in repro repro2 repro2_1 repro3; do +for t in repro repro2 repro2_1 repro3 repro4; do synth $t.vhdl -e $t > syn_$t.vhdl analyze syn_$t.vhdl clean |