aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-07-28 18:15:02 +0200
committerTristan Gingold <tgingold@free.fr>2022-07-28 18:15:02 +0200
commitcad4cf95a10bcafcbdaf134f62ee4007d4e5698e (patch)
tree9217c19af656f6b33c0834e94b79b0ce476ff8c8 /testsuite/synth
parent59e2a56061237670591c19cd0f2bb9a05a4bf233 (diff)
downloadghdl-cad4cf95a10bcafcbdaf134f62ee4007d4e5698e.tar.gz
ghdl-cad4cf95a10bcafcbdaf134f62ee4007d4e5698e.tar.bz2
ghdl-cad4cf95a10bcafcbdaf134f62ee4007d4e5698e.zip
testsuite/synth: adjust test for #2144
Diffstat (limited to 'testsuite/synth')
-rw-r--r--testsuite/synth/issue2144/repro.ref2
-rwxr-xr-xtestsuite/synth/issue2144/testsuite.sh2
2 files changed, 1 insertions, 3 deletions
diff --git a/testsuite/synth/issue2144/repro.ref b/testsuite/synth/issue2144/repro.ref
index f552aa83c..0c2d18e10 100644
--- a/testsuite/synth/issue2144/repro.ref
+++ b/testsuite/synth/issue2144/repro.ref
@@ -1,5 +1,3 @@
-Synthesis of repro.vhdl -e
-/Users/gingold/devel/ghdl/ghdl_mcode:note: top entity is "bug"
repro.vhdl:26:9:(report note): t(0,0)=100
repro.vhdl:26:9:(report note): t(0,1)=101
repro.vhdl:26:9:(report note): t(0,2)=102
diff --git a/testsuite/synth/issue2144/testsuite.sh b/testsuite/synth/issue2144/testsuite.sh
index 170abfafd..7429a17b3 100755
--- a/testsuite/synth/issue2144/testsuite.sh
+++ b/testsuite/synth/issue2144/testsuite.sh
@@ -4,7 +4,7 @@
synth repro.vhdl -e > syn_repro.vhdl 2> repro.err
-diff_nocr repro.ref repro.err
+grep report repro.err | diff_nocr repro.ref -
synth_only bug