Skip to content

Commit

Permalink
Undo
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Aug 25, 2023
1 parent 8940305 commit 2e72ec4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/libponyc-run/with-return/main.pony
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ class Disposble
_exit_code = 0

fun ref set_exit(code: I32) =>
ifdef not debug then
_exit_code = code
end
_exit_code = code

fun dispose() =>
@pony_exitcode(_exit_code)
Expand Down

0 comments on commit 2e72ec4

Please sign in to comment.