diff options
author | Tristan Gingold | 2015-11-08 14:15:12 +0100 |
---|---|---|
committer | Tristan Gingold | 2015-11-08 14:15:12 +0100 |
commit | 0434070993c33cf53f4280d081758dab51fbf2b9 (patch) | |
tree | 5bd7567cc902124979c5e62b33481c5e6b1ebcbe /testsuite/gna/bug026 | |
parent | 10bf1b5f306734e98c98612e00cfd275290318c1 (diff) | |
download | ghdl-0434070993c33cf53f4280d081758dab51fbf2b9.tar.gz ghdl-0434070993c33cf53f4280d081758dab51fbf2b9.tar.bz2 ghdl-0434070993c33cf53f4280d081758dab51fbf2b9.zip |
Fix harness for bug026.
Diffstat (limited to 'testsuite/gna/bug026')
-rwxr-xr-x | testsuite/gna/bug026/testsuite.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/gna/bug026/testsuite.sh b/testsuite/gna/bug026/testsuite.sh index b5ec622..f14a835 100755 --- a/testsuite/gna/bug026/testsuite.sh +++ b/testsuite/gna/bug026/testsuite.sh @@ -2,8 +2,8 @@ . ../../testenv.sh -#analyze repro.vhdl -#analyze_failure repro.vhdl +analyze x.vhd +analyze xb.vhd clean |