aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2022-12-27 22:44:23 +0100
committerPatrick Lehmann <Patrick.Lehmann@plc2.de>2022-12-27 22:44:23 +0100
commit3b019ea6a8eac23ed3270a7112bd092526402211 (patch)
treee3dc2da26fe72dc3a58594f2bc67894aa3946b1f /testsuite/pyunit
parenta525cd1f73760041f2d8c3dcc4f4e09eb024cff7 (diff)
downloadghdl-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.py2
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")