[#73220] change extension of t_trace_cat_saif test golden files

This commit is contained in:
Mateusz Gancarz 2025-02-27 14:56:33 +01:00
parent 300b623a90
commit ef01003516
3 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ test.compile(make_top_shell=False,
test.execute()
test.saif_identical(test.obj_dir + "/simpart_0000.saif", "t/" + test.name + "_0000.saif")
test.saif_identical(test.obj_dir + "/simpart_0100.saif", "t/" + test.name + "_0100.saif")
test.saif_identical(test.obj_dir + "/simpart_0000.saif", "t/" + test.name + "_0000.out")
test.saif_identical(test.obj_dir + "/simpart_0100.saif", "t/" + test.name + "_0100.out")
test.passes()