Bump node serialization code for MoveExpr due to subsequent commit landing.

This commit is contained in:
Michael Gottesman
2022-08-06 15:41:49 -07:00
parent 366e7ae64d
commit e9d8f363cc

View File

@@ -31,7 +31,6 @@ SYNTAX_NODE_SERIALIZATION_CODES = {
'PoundColumnExpr': 26,
'TryExpr': 27,
'AwaitExpr': 249,
'MoveExpr': 267,
'IdentifierExpr': 28,
'SuperRefExpr': 29,
'NilLiteralExpr': 30,
@@ -271,6 +270,7 @@ SYNTAX_NODE_SERIALIZATION_CODES = {
'GarbageNodes' : 266,
'LabeledStmt': 267,
'InfixOperatorExpr': 268,
'MoveExpr': 269,
}