Skip to content

Commit c670516

Browse files
committed
Bump node serialization code for MoveExpr due to subsequent commit landing.
1 parent 67f8eb3 commit c670516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/gyb_syntax_support/NodeSerializationCodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
'PoundColumnExpr': 26,
3232
'TryExpr': 27,
3333
'AwaitExpr': 249,
34-
'MoveExpr': 267,
3534
'IdentifierExpr': 28,
3635
'SuperRefExpr': 29,
3736
'NilLiteralExpr': 30,
@@ -270,6 +269,7 @@
270269
'MissingPattern': 265,
271270
'GarbageNodes' : 266,
272271
'LabeledStmt': 267,
272+
'MoveExpr': 268,
273273
}
274274

275275

0 commit comments

Comments
 (0)