diff options
author | Tristan Gingold <tgingold@free.fr> | 2022-12-07 07:35:34 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2022-12-07 07:35:34 +0100 |
commit | 674246f8351f5e59d3b048e777053f2903f12ea8 (patch) | |
tree | b7eee5cdd27ad92f5207f354c437aa3ef1e5add7 /testsuite/pyunit/libghdl/Comments.py | |
parent | 0ab45a7186882093a2f619f165ff66e4a22fac76 (diff) | |
download | ghdl-674246f8351f5e59d3b048e777053f2903f12ea8.tar.gz ghdl-674246f8351f5e59d3b048e777053f2903f12ea8.tar.bz2 ghdl-674246f8351f5e59d3b048e777053f2903f12ea8.zip |
testsuite/pyunit/libghdl: add a test for comments
Diffstat (limited to 'testsuite/pyunit/libghdl/Comments.py')
-rw-r--r-- | testsuite/pyunit/libghdl/Comments.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/pyunit/libghdl/Comments.py b/testsuite/pyunit/libghdl/Comments.py index ea0bf81ed..48321f71d 100644 --- a/testsuite/pyunit/libghdl/Comments.py +++ b/testsuite/pyunit/libghdl/Comments.py @@ -162,6 +162,9 @@ class CommentAssociation(Base): def test_arch_inside(self) -> None: self.checkFile(self._root / "comments/arch_inside.vhdl") + def test_arch_inside_2(self) -> None: + self.checkFile(self._root / "comments/arch_inside_2.vhdl") + @expectedFailure def test_pkg_inside_fail(self) -> None: self.checkFile(self._root / "comments/pkg_inside_fail.vhdl") |