diff options
Diffstat (limited to 'testsuite/pyunit/libghdl/enum_fail.vhdl')
-rw-r--r-- | testsuite/pyunit/libghdl/enum_fail.vhdl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuite/pyunit/libghdl/enum_fail.vhdl b/testsuite/pyunit/libghdl/enum_fail.vhdl index ec8a1cb79..51ebfac86 100644 --- a/testsuite/pyunit/libghdl/enum_fail.vhdl +++ b/testsuite/pyunit/libghdl/enum_fail.vhdl @@ -1,6 +1,4 @@ package p is - constant c : natural := 1; - -- Comment type state_t is (s1, s2, s3); end p; |