From 6cbd112a8685f4439394f21965404dd0d7c41567 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Thu, 22 Dec 2022 19:11:06 +0100 Subject: Fixed path to SimpleEntity. --- testsuite/pyunit/libghdl/Initialize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite') diff --git a/testsuite/pyunit/libghdl/Initialize.py b/testsuite/pyunit/libghdl/Initialize.py index 11bfe9a56..299b6321e 100644 --- a/testsuite/pyunit/libghdl/Initialize.py +++ b/testsuite/pyunit/libghdl/Initialize.py @@ -14,7 +14,7 @@ if __name__ == "__main__": class Instantiate(TestCase): _root = Path(__file__).resolve().parent.parent - _filename: Path = _root / "SimpleEntity.vhdl" + _filename: Path = _root / "dom/examples/SimpleEntity.vhdl" @staticmethod def getIdentifier(node): -- cgit v1.2.3