Skip to content

Commit 6a00a8a

Browse files
committed
fix lint
1 parent a8518c2 commit 6a00a8a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

vunit/test/acceptance/test_external_run_scripts.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,9 @@ def test_vhdl_json4vhdl_example_project(self):
110110
def test_vhdl_array_example_project(self):
111111
self.check(join(ROOT, "examples", "vhdl", "array", "run.py"))
112112

113-
@unittest.skipIf(GHDLInterface.determine_backend("") == "mcode", "mcode backend does not support interfacing with external C code; you should use GCC or LLVM backends")
113+
@unittest.skipIf(GHDLInterface.determine_backend("") == "mcode",
114+
"mcode backend does not support interfacing with external C code;\n\
115+
you should use GCC or LLVM backends")
114116
def test_vhdl_array_axis_vcs_example_project(self):
115117
self.check(join(ROOT, "examples", "vhdl", "array_axis_vcs", "run.py"))
116118

0 commit comments

Comments
 (0)