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