diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-01-11 07:59:04 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-01-11 07:59:04 +0100 |
commit | 1faca5ed87b2af511ccc055b060a7c6509dda260 (patch) | |
tree | d398d62aabca6f90e947245e2af192a98eaab93a /testsuite/synth/issue1068 | |
parent | 24a15798311381e1352df93ba41e69247371ffc9 (diff) | |
download | ghdl-1faca5ed87b2af511ccc055b060a7c6509dda260.tar.gz ghdl-1faca5ed87b2af511ccc055b060a7c6509dda260.tar.bz2 ghdl-1faca5ed87b2af511ccc055b060a7c6509dda260.zip |
testsuite/synth: use --expect-failure
Diffstat (limited to 'testsuite/synth/issue1068')
-rwxr-xr-x | testsuite/synth/issue1068/testsuite.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/synth/issue1068/testsuite.sh b/testsuite/synth/issue1068/testsuite.sh index 11b3ee2be..f4d2e422f 100755 --- a/testsuite/synth/issue1068/testsuite.sh +++ b/testsuite/synth/issue1068/testsuite.sh @@ -2,6 +2,6 @@ . ../../testenv.sh -! synth ent.vhdl -e +synth --expect-failure ent.vhdl -e echo "Test successful" |