aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/aggr01
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-09-30 01:13:08 +0200
committerTristan Gingold <tgingold@free.fr>2019-09-30 01:13:08 +0200
commit108c48221f7a367b2b33499b469eab0afcaafd43 (patch)
treeccd79dc03b6f6e743b8de9739a3a10487ac70f06 /testsuite/synth/aggr01
parente87a1678e51b22db4d153ed7237a4cfa76d6ee9e (diff)
downloadghdl-108c48221f7a367b2b33499b469eab0afcaafd43.tar.gz
ghdl-108c48221f7a367b2b33499b469eab0afcaafd43.tar.bz2
ghdl-108c48221f7a367b2b33499b469eab0afcaafd43.zip
testsuite/synth: add testcase for #948
Diffstat (limited to 'testsuite/synth/aggr01')
-rw-r--r--testsuite/synth/aggr01/aggr02.vhdl1
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/synth/aggr01/aggr02.vhdl b/testsuite/synth/aggr01/aggr02.vhdl
index 82e83ff9c..8b117867b 100644
--- a/testsuite/synth/aggr01/aggr02.vhdl
+++ b/testsuite/synth/aggr01/aggr02.vhdl
@@ -17,4 +17,3 @@ architecture behav of aggr02 is
begin
b <= a and gen_mask (8);
end behav;
-