Tests: Skip for reloc t_lint_assigneqexpr_bad
This commit is contained in:
parent
a2b6aca288
commit
4b5e602392
|
|
@ -12,6 +12,9 @@ import vltest_bootstrap
|
|||
test.scenarios('vlt')
|
||||
test.top_filename = "t/t_lint_assigneqexpr.v"
|
||||
|
||||
if not os.path.exists(test.root + "/.git"):
|
||||
test.skip("Not in a git repository")
|
||||
|
||||
test.lint(verilator_flags2=['-Wall -Wno-DECLFILENAME'],
|
||||
fails=True,
|
||||
expect_filename=test.golden_filename)
|
||||
|
|
|
|||
Loading…
Reference in New Issue