Skip to content

Commit a3203b0

Browse files
committed
Commentary
1 parent 30c1bd4 commit a3203b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

t/t_dump_json_astsee.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
out = test.run_capture("astsee_verilator -h 2>&1", check=False)
1616
if 'usage:' not in out:
17-
test.skip("No astsee installed\n")
17+
test.skip("No astsee installed")
1818

1919
test.lint(v_flags=["--lint-only --dump-tree-json"])
2020

t/t_gdb_jtree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
out = test.run_capture("astsee_verilator -h 2>&1", check=False)
1616
if 'usage:' not in out:
17-
test.skip("No astsee installed\n")
17+
test.skip("No astsee installed")
1818

1919
test.setenv(
2020
"VERILATOR_GDB", "gdb --return-child-result" +

0 commit comments

Comments
 (0)