diff options
Diffstat (limited to 'testsuite/pyunit/libghdl/enum_fail.vhdl')
-rw-r--r-- | testsuite/pyunit/libghdl/enum_fail.vhdl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/testsuite/pyunit/libghdl/enum_fail.vhdl b/testsuite/pyunit/libghdl/enum_fail.vhdl deleted file mode 100644 index 51ebfac86..000000000 --- a/testsuite/pyunit/libghdl/enum_fail.vhdl +++ /dev/null @@ -1,4 +0,0 @@ -package p is - -- Comment - type state_t is (s1, s2, s3); -end p; |