diff options
author | Tristan Gingold <tgingold@free.fr> | 2022-11-27 08:27:19 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2022-11-27 12:30:41 +0100 |
commit | ad92a80324101d8c85b19d86b08297765df42ef4 (patch) | |
tree | 1d3178e2d616b54283b4a2224b6b2cdbeca06f66 /testsuite/pyunit/libghdl/array.vhdl | |
parent | 55e669e57725017cb356907abcfe7a4953563296 (diff) | |
download | ghdl-ad92a80324101d8c85b19d86b08297765df42ef4.tar.gz ghdl-ad92a80324101d8c85b19d86b08297765df42ef4.tar.bz2 ghdl-ad92a80324101d8c85b19d86b08297765df42ef4.zip |
testsuite/pyunit/libghdl: remove work-arounds in the tests
Diffstat (limited to 'testsuite/pyunit/libghdl/array.vhdl')
-rw-r--r-- | testsuite/pyunit/libghdl/array.vhdl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/testsuite/pyunit/libghdl/array.vhdl b/testsuite/pyunit/libghdl/array.vhdl index 659f88b4d..69db03d15 100644 --- a/testsuite/pyunit/libghdl/array.vhdl +++ b/testsuite/pyunit/libghdl/array.vhdl @@ -1,7 +1,4 @@ package p is - - constant c : natural := 1; - -- Comment for :vec: type vec is array(natural) of bit_vector(0 to 1); end p; |