diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-02-18 19:39:03 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-02-18 19:39:03 +0100 |
commit | 96716ed59e3ffd00511e462122abd67aac1de4cc (patch) | |
tree | d078ed1c69bc38dcb6e435ad8b66fcb37658d32f /testsuite/synth | |
parent | b99ed926f9015d28e672b614c39279061e602eba (diff) | |
download | ghdl-96716ed59e3ffd00511e462122abd67aac1de4cc.tar.gz ghdl-96716ed59e3ffd00511e462122abd67aac1de4cc.tar.bz2 ghdl-96716ed59e3ffd00511e462122abd67aac1de4cc.zip |
testsuite/synth: adjust testcase #1078
Diffstat (limited to 'testsuite/synth')
-rwxr-xr-x | testsuite/synth/issue1078/testsuite.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/synth/issue1078/testsuite.sh b/testsuite/synth/issue1078/testsuite.sh index f4d2e422f..98b59163d 100755 --- a/testsuite/synth/issue1078/testsuite.sh +++ b/testsuite/synth/issue1078/testsuite.sh @@ -2,6 +2,6 @@ . ../../testenv.sh -synth --expect-failure ent.vhdl -e +synth ent.vhdl -e echo "Test successful" |