diff options
Diffstat (limited to 'testsuite/pyunit/libghdl/Initialize.py')
-rw-r--r-- | testsuite/pyunit/libghdl/Initialize.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/pyunit/libghdl/Initialize.py b/testsuite/pyunit/libghdl/Initialize.py index 1db2eed18..8bbc0e954 100644 --- a/testsuite/pyunit/libghdl/Initialize.py +++ b/testsuite/pyunit/libghdl/Initialize.py @@ -16,7 +16,7 @@ if __name__ == "__main__": class Instantiate(TestCase): - _filename : Path = Path("testsuite/pyunit/libghdl/simpleEntity.vhdl") + _filename : Path = Path("testsuite/pyunit/SimpleEntity.vhdl") @staticmethod def getIdentifier(node): |