mirror of
https://github.com/verilator/verilator.git
synced 2024-12-28 18:27:34 +00:00
Tests: Fix JSON file number, from earlier commit
This commit is contained in:
parent
aa2b653c71
commit
abd4c480cd
@ -14,7 +14,7 @@ test.top_filename = "t/t_dump.v"
|
||||
|
||||
test.lint(v_flags=["--dump-tree-json --no-json-edit-nums"])
|
||||
|
||||
test.files_identical(test.obj_dir + "/Vt_dump_json_001_cells.tree.json", test.golden_filename,
|
||||
test.files_identical(test.obj_dir + "/Vt_dump_json_002_cellsort.tree.json", test.golden_filename,
|
||||
'logfile')
|
||||
|
||||
test.passes()
|
||||
|
Loading…
Reference in New Issue
Block a user