Skip to content

Commit

Permalink
Update expected test output
Browse files Browse the repository at this point in the history
  • Loading branch information
leewei05 authored and Lai-YT committed Jun 13, 2024
1 parent 23c60b5 commit 2f6edee
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/typecheck/comma_expr.exp
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
ProgramNode <1:1>
FuncDefNode <1:5> main: int ()
CompoundStmtNode <1:12>
VarDeclNode <2:7> i: int
VarDeclNode <3:8> p: int*
DeclStmtNode <2:3>
VarDeclNode <2:7> i: int
DeclStmtNode <3:3>
VarDeclNode <3:8> p: int*
ReturnStmtNode <5:3>
BinaryExprNode <5:24> int ,
BinaryExprNode <5:17> int ,
Expand Down

0 comments on commit 2f6edee

Please sign in to comment.