From 1b85bf44cac4f7d1478a26822579891a9d4486d3 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 3 Jul 2020 08:07:39 +0200 Subject: testsuite/synth: improve test for previous path. For #1387 --- testsuite/synth/issue1387/repro1.vhdl | 1 + 1 file changed, 1 insertion(+) diff --git a/testsuite/synth/issue1387/repro1.vhdl b/testsuite/synth/issue1387/repro1.vhdl index f1277137d..4744a9d62 100644 --- a/testsuite/synth/issue1387/repro1.vhdl +++ b/testsuite/synth/issue1387/repro1.vhdl @@ -1,5 +1,6 @@ package repro1_pkg is signal s : bit; + constant cst : natural := 5; end; use work.repro1_pkg.all; -- cgit v1.2.3