diff options
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 41bdacc66..ff45a8057 100644 --- a/testsuite/pyunit/libghdl/Comments.py +++ b/testsuite/pyunit/libghdl/Comments.py @@ -153,6 +153,9 @@ class Instantiate(TestCase): def test_entity_inside(self) -> None: self.checkFile(self._root / "ent_inside.vhdl") + def test_entity_arch(self) -> None: + self.checkFile(self._root / "ent_arch.vhdl") + @expectedFailure def test_arch_inside_fail(self) -> None: self.checkFile(self._root / "arch_inside_fail.vhdl") |