Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
maximiliankaul committed Oct 19, 2023
1 parent 7bf431d commit 0faf224
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ class PythonFrontendTest : BaseTest() {
val whlBody = whlStmt.statement as? Block
assertNotNull(whlBody)

val xDeclaration = whlBody.statements[0] as? DeclarationStatement
val xDeclaration = whlBody.statements[0] as? AssignExpression
assertNotNull(xDeclaration)

val ifStatement = whlBody.statements[1] as? IfStatement
Expand Down

0 comments on commit 0faf224

Please sign in to comment.