Skip to content

Commit 8772f70

Browse files
committed
Tests: Fix t_dump_json_astsee.py
1 parent 2d99ab9 commit 8772f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t_dump_json_astsee.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
test.lint(v_flags=["--lint-only --dump-tree-json"])
2020

2121
test.run(cmd=[
22-
"cd " + test.obj_dir + " && astsee_verilator *001*.json > astsee.log"
22+
"cd " + test.obj_dir + " && astsee_verilator *002*.json > astsee.log"
2323
],
2424
logfile=test.obj_dir + "/astsee.log")
2525

0 commit comments

Comments
 (0)