From 432c019c1113b880fc554e94e9a66b7efd1d303b Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 21 Dec 2022 08:26:13 +0100 Subject: testsuite/pyunit/libghd: add process_2 test --- testsuite/pyunit/libghdl/Comments.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'testsuite/pyunit/libghdl/Comments.py') diff --git a/testsuite/pyunit/libghdl/Comments.py b/testsuite/pyunit/libghdl/Comments.py index edb283f79..68dfaf3b5 100644 --- a/testsuite/pyunit/libghdl/Comments.py +++ b/testsuite/pyunit/libghdl/Comments.py @@ -290,6 +290,9 @@ class CommentAssociation(Base): def test_process(self) -> None: self.checkFile(self._root / "comments/process.vhdl") + def test_process_2(self) -> None: + self.checkFile(self._root / "comments/process_2.vhdl") + def test_multi1(self) -> None: self.checkFile(self._root / "comments/multi1.vhdl") -- cgit v1.2.3