Skip to content

Commit

Permalink
Save expect files affected by #1795
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Dec 4, 2023
1 parent a3bf64a commit 9060781
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions tests/passes/static-promotion/invoke.expect
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ component main(@go go: 1, @clk clk: 1, @reset reset: 1) -> (@done done: 1) {
static<2> invoke exp0(
base = r.out,
exp = r.out
)()
);
)();
}
}
}
Expand Down
3 changes: 1 addition & 2 deletions tests/passes/static-promotion/multi-static.expect
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ component main(@go go: 1, @clk clk: 1, @reset reset: 1) -> (@done done: 1) {
static<2> invoke exp0(
base = r.out,
exp = r.out
)()
);
)();
}
}
}
Expand Down

0 comments on commit 9060781

Please sign in to comment.