From d45f4a31e557d54314765265d8f488a45dc8fc30 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 21 Dec 2022 08:27:56 +0100 Subject: testsuite/pyunit/libghdl: adjust Complex, add Complex_Multilines --- 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 68dfaf3b5..b46eef82d 100644 --- a/testsuite/pyunit/libghdl/Comments.py +++ b/testsuite/pyunit/libghdl/Comments.py @@ -306,4 +306,7 @@ class Complex(Base): """More exhaustive""" self.checkFile(self._root / "Complex.vhdl") + def test_complex(self) -> None: + self.checkFile(self._root / "Complex_Multilines.vhdl") + # Empty line before to easy cut & put -- cgit v1.2.3