Tests: Fix JSON file number, from earlier commit

This commit is contained in:
Wilson Snyder 2024-12-01 23:00:27 -05:00
parent aa2b653c71
commit abd4c480cd

View File

@ -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()