aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1078
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-02-18 19:39:03 +0100
committerTristan Gingold <tgingold@free.fr>2020-02-18 19:39:03 +0100
commit96716ed59e3ffd00511e462122abd67aac1de4cc (patch)
treed078ed1c69bc38dcb6e435ad8b66fcb37658d32f /testsuite/synth/issue1078
parentb99ed926f9015d28e672b614c39279061e602eba (diff)
downloadghdl-96716ed59e3ffd00511e462122abd67aac1de4cc.tar.gz
ghdl-96716ed59e3ffd00511e462122abd67aac1de4cc.tar.bz2
ghdl-96716ed59e3ffd00511e462122abd67aac1de4cc.zip
testsuite/synth: adjust testcase #1078
Diffstat (limited to 'testsuite/synth/issue1078')
-rwxr-xr-xtestsuite/synth/issue1078/testsuite.sh2
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"