diff options
Diffstat (limited to 'testsuite/pyunit/libghdl/const.vhdl')
-rw-r--r-- | testsuite/pyunit/libghdl/const.vhdl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/testsuite/pyunit/libghdl/const.vhdl b/testsuite/pyunit/libghdl/const.vhdl index 85f347d59..75e22ab51 100644 --- a/testsuite/pyunit/libghdl/const.vhdl +++ b/testsuite/pyunit/libghdl/const.vhdl @@ -1,7 +1,4 @@ package p is - - constant c : natural := 1; - -- Comment for the decl :c1: constant c1 : natural := 3; end p; |