diff options
Diffstat (limited to 'testsuite/pyunit/libghdl/Comments.py')
-rw-r--r-- | testsuite/pyunit/libghdl/Comments.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/pyunit/libghdl/Comments.py b/testsuite/pyunit/libghdl/Comments.py index 2c426a626..d619a042e 100644 --- a/testsuite/pyunit/libghdl/Comments.py +++ b/testsuite/pyunit/libghdl/Comments.py @@ -164,6 +164,10 @@ class Instantiate(TestCase): def test_pkg_inside_fail(self) -> None: self.checkFile(self._root / "pkg_inside_fail.vhdl") + @expectedFailure + def test_pkg_inside_fail2(self) -> None: + self.checkFile(self._root / "pkg_inside_fail2.vhdl") + def test_pkg_inside(self) -> None: self.checkFile(self._root / "pkg_inside.vhdl") @@ -267,5 +271,8 @@ class Instantiate(TestCase): def test_process(self) -> None: self.checkFile(self._root / "process.vhdl") + def test_multi1(self) -> None: + self.checkFile(self._root / "multi1.vhdl") + # TODO: first comment # Empty line before to easy cut & put |