Skip to content

Commit

Permalink
Apply 1 suggestion(s) to 1 file(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Jan 12, 2022
1 parent 14875ab commit 2d1013d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lfortran/semantics/python_ast_to_asr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ class BodyVisitor : public CommonVisitor<BodyVisitor> {
}

void visit_Pass(const AST::Pass_t &x) {
tmp = ASR::make_Exit_t(al, x.base.base.loc);
tmp = nullptr;
}

void visit_Return(const AST::Return_t &x) {
Expand Down

0 comments on commit 2d1013d

Please sign in to comment.