aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue2144
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/synth/issue2144')
-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