diff options
Diffstat (limited to 'testsuite/pyunit/libghdl/pkg_inside_fail2.vhdl')
-rw-r--r-- | testsuite/pyunit/libghdl/pkg_inside_fail2.vhdl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/pyunit/libghdl/pkg_inside_fail2.vhdl b/testsuite/pyunit/libghdl/pkg_inside_fail2.vhdl new file mode 100644 index 000000000..f5e347488 --- /dev/null +++ b/testsuite/pyunit/libghdl/pkg_inside_fail2.vhdl @@ -0,0 +1,3 @@ +package p2 is + -- comments in design units (python doc-string style) :fail: +end package; |