aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testsuite/pyunit/libghdl/Comments.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/pyunit/libghdl/Comments.py b/testsuite/pyunit/libghdl/Comments.py
index 69571d966..41bdacc66 100644
--- a/testsuite/pyunit/libghdl/Comments.py
+++ b/testsuite/pyunit/libghdl/Comments.py
@@ -33,7 +33,7 @@ class Instantiate(TestCase):
# Finish initialization. This will load the standard package.
if libghdl.analyze_init_status() != 0:
- self.fail("libghdl initialization error")
+ cls.fail("libghdl initialization error")
def checkComments(self, node, name) -> None:
f = files_map.Location_To_File(nodes.Get_Location(node))