Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
sgpthomas committed Jun 18, 2024
1 parent 1b6162f commit 548fac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fud2/tests/snapshots/tests__test@plan_axi-wrapped.snap
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rule gen-axi
rule combine
command = cat $in > $out
rule remove-imports
command = sed '1,/component main/{/component main/!d}' $in > $out
command = sed '1,/component main/{/component main/!d; }' $in > $out

build input.yxi: yxi /input.ext
build refified_input.futil: calyx-pass /input.ext
Expand Down

0 comments on commit 548fac5

Please sign in to comment.