diff options
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; |