Skip to content

Commit

Permalink
eof: Enable ext*calls unavailability test for EOF and legacy byteco…
Browse files Browse the repository at this point in the history
…de format.
  • Loading branch information
rodiazet committed Dec 11, 2024
1 parent 43c969a commit e5665c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/libyul/yulSyntaxTests/eof/callf_jumpf_retf.yul
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ object "a" {
retf()
}
}
// ====
// bytecodeFormat: legacy,>=EOFv1
// ----
// DeclarationError 4619: (32-37): Function "callf" not found.
// DeclarationError 4619: (48-53): Function "jumpf" not found.
Expand Down

0 comments on commit e5665c8

Please sign in to comment.