Skip to content

Commit

Permalink
fix snapshot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EclecticGriffin committed Oct 22, 2024
1 parent 8768ba2 commit 0e85ace
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ rule calyx-with-flags
cider-exe = $calyx-base/target/debug/cider
cider-converter = $calyx-base/target/debug/cider-data-converter
rule run-cider-debug
command = $cider-exe -l $calyx-base --data data.dump $in debug || true
command = $cider-exe -l $calyx-base --data data.dump $cider-flags $in debug || true
pool = console
converter-flags =
cider-flags =
Expand Down
2 changes: 1 addition & 1 deletion fud2/tests/snapshots/tests__test@calyx_to_cider-debug.snap
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ build tb.sv: get-rsrc
cider-exe = $calyx-base/target/debug/cider
cider-converter = $calyx-base/target/debug/cider-data-converter
rule run-cider-debug
command = $cider-exe -l $calyx-base --data data.dump $in debug || true
command = $cider-exe -l $calyx-base --data data.dump $cider-flags $in debug || true
pool = console
converter-flags =
cider-flags =
Expand Down
2 changes: 1 addition & 1 deletion fud2/tests/snapshots/tests__test@plan_cider.snap
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ rule calyx-with-flags
cider-exe = $calyx-base/target/debug/cider
cider-converter = $calyx-base/target/debug/cider-data-converter
rule run-cider-debug
command = $cider-exe -l $calyx-base --data data.dump $in debug || true
command = $cider-exe -l $calyx-base --data data.dump $cider-flags $in debug || true
pool = console
converter-flags =
cider-flags =
Expand Down
2 changes: 1 addition & 1 deletion fud2/tests/snapshots/tests__test@plan_debug.snap
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ rule calyx-with-flags
cider-exe = $calyx-base/target/debug/cider
cider-converter = $calyx-base/target/debug/cider-data-converter
rule run-cider-debug
command = $cider-exe -l $calyx-base --data data.dump $in debug || true
command = $cider-exe -l $calyx-base --data data.dump $cider-flags $in debug || true
pool = console
converter-flags =
cider-flags =
Expand Down

0 comments on commit 0e85ace

Please sign in to comment.