Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Apr 9, 2019
1 parent bdde24c commit 68bee07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vunit/test/acceptance/test_external_run_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,9 @@ def test_vhdl_json4vhdl_example_project(self):
def test_vhdl_array_example_project(self):
self.check(join(ROOT, "examples", "vhdl", "array", "run.py"))

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

Expand Down

0 comments on commit 68bee07

Please sign in to comment.