Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
StunxFS committed Dec 25, 2023
1 parent 454bc2a commit 1a90691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rivetc/src/resolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def resolve_decls(self, decls):
self.resolve_type(decl.ret_typ)
self.resolve_stmts(decl.stmts)
elif isinstance(decl, ast.TestDecl):
self.resolve_stmts(decl.stmt)
self.resolve_stmts(decl.stmts)
self.sym = old_sym
self.self_sym = old_self_sym

Expand Down

0 comments on commit 1a90691

Please sign in to comment.