Skip to content

Commit

Permalink
eof: Update yulStackLayout tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rodiazet committed Dec 19, 2024
1 parent 16d137f commit 3eb29e8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/libyul/yulStackLayout/complex.yul
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
}
pop(f(1,2))
}
// ====
// bytecodeFormat: legacy
// ----
// digraph CFG {
// nodesep=0.7;
Expand Down
2 changes: 2 additions & 0 deletions test/libyul/yulStackLayout/function.yul
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
// This calla of g() is unreachable too as the one in h() but we wanna cover both cases.
g()
}
// ====
// bytecodeFormat: legacy
// ----
// digraph CFG {
// nodesep=0.7;
Expand Down
2 changes: 2 additions & 0 deletions test/libyul/yulStackLayout/literal_loop.yul
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
{}
{}
}
// ====
// bytecodeFormat: legacy
// ----
// digraph CFG {
// nodesep=0.7;
Expand Down

0 comments on commit 3eb29e8

Please sign in to comment.