Skip to content

Commit e9d8f36

Browse files
committed
Bump node serialization code for MoveExpr due to subsequent commit landing.
1 parent 366e7ae commit e9d8f36

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,
@@ -271,6 +270,7 @@
271270
'GarbageNodes' : 266,
272271
'LabeledStmt': 267,
273272
'InfixOperatorExpr': 268,
273+
'MoveExpr': 269,
274274
}
275275

276276

0 commit comments

Comments
 (0)