From cad4cf95a10bcafcbdaf134f62ee4007d4e5698e Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 28 Jul 2022 18:15:02 +0200 Subject: testsuite/synth: adjust test for #2144 --- testsuite/synth/issue2144/repro.ref | 2 -- testsuite/synth/issue2144/testsuite.sh | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'testsuite') 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 -- cgit v1.2.3