Skip to content

Commit

Permalink
Func: sudo CI=green
Browse files Browse the repository at this point in the history
  • Loading branch information
xFrednet committed Oct 1, 2024
1 parent b384aad commit b11da10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,3 @@ foreach(FILE ${ALL_FILES})
endforeach()

set_property(TEST three_regions.vpy PROPERTY WILL_FAIL true)
set_property(TEST tobias1.vpy PROPERTY WILL_FAIL true)
2 changes: 2 additions & 0 deletions src/lang/lang.cc
Original file line number Diff line number Diff line change
Expand Up @@ -625,11 +625,13 @@ PassDef bytecode() {
<< (StoreFrame ^ "False")
<< (LoadFrame ^ "False")
<< FreezeObject
<< PushFrame
<< create_print(0, "prelude");
},
T(Postlude) >>
[](auto &) {
return Seq
<< PopFrame
<< Null
<< (StoreFrame ^ "True")
<< Null
Expand Down

0 comments on commit b11da10

Please sign in to comment.