diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2022-12-27 22:44:23 +0100 |
---|---|---|
committer | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2022-12-27 22:44:23 +0100 |
commit | 3b019ea6a8eac23ed3270a7112bd092526402211 (patch) | |
tree | e3dc2da26fe72dc3a58594f2bc67894aa3946b1f /testsuite/pyunit | |
parent | a525cd1f73760041f2d8c3dcc4f4e09eb024cff7 (diff) | |
download | ghdl-3b019ea6a8eac23ed3270a7112bd092526402211.tar.gz ghdl-3b019ea6a8eac23ed3270a7112bd092526402211.tar.bz2 ghdl-3b019ea6a8eac23ed3270a7112bd092526402211.zip |
Fixed duplicate testcase name (Vital).
Diffstat (limited to 'testsuite/pyunit')
-rw-r--r-- | testsuite/pyunit/dom/VHDLLibraries.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/pyunit/dom/VHDLLibraries.py b/testsuite/pyunit/dom/VHDLLibraries.py index 9de39b81b..c8a39ed23 100644 --- a/testsuite/pyunit/dom/VHDLLibraries.py +++ b/testsuite/pyunit/dom/VHDLLibraries.py @@ -85,7 +85,7 @@ def test_Synopsys(file): @mark.xfail(reason="Needs further investigations.") @mark.parametrize("file", [str(f.relative_to(_VITAL_ROOT)) for f in _VITAL_ROOT.glob("*.vhdl")]) -def test_Synopsys(file): +def test_Vital(file): filePath = _VITAL_ROOT / file lib = design.GetLibrary("vital") |