diff options
Diffstat (limited to 'testsuite/pyunit/libghdl/pkg_inside_fail.vhdl')
-rw-r--r-- | testsuite/pyunit/libghdl/pkg_inside_fail.vhdl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/pyunit/libghdl/pkg_inside_fail.vhdl b/testsuite/pyunit/libghdl/pkg_inside_fail.vhdl index f5e347488..4b2b9e653 100644 --- a/testsuite/pyunit/libghdl/pkg_inside_fail.vhdl +++ b/testsuite/pyunit/libghdl/pkg_inside_fail.vhdl @@ -1,3 +1,5 @@ package p2 is -- comments in design units (python doc-string style) :fail: + + constant c : natural := 5; end package; |