Skip to content

Commit bd80502

Browse files
committed
Update golden files
1 parent fae1409 commit bd80502

31 files changed

+143
-0
lines changed

graalpython/com.oracle.graal.python.test/testData/goldenFiles/AssignmentTests/augassign01.tast

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ ModuleRootNode Name: <module 'augassign01'> SourceSection: [0,6]`a += b`
2020
Identifier: b
2121
IsBuiltinClassProfile SourceSection: None
2222
CachedDispatchFirst SourceSection: None
23+
ObjectLiteralNode SourceSection: None

graalpython/com.oracle.graal.python.test/testData/goldenFiles/AssignmentTests/augassign02.tast

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ ModuleRootNode Name: <module 'augassign02'> SourceSection: [0,6]`a -= b`
2020
Identifier: b
2121
IsBuiltinClassProfile SourceSection: None
2222
CachedDispatchFirst SourceSection: None
23+
ObjectLiteralNode SourceSection: None

graalpython/com.oracle.graal.python.test/testData/goldenFiles/AssignmentTests/augassign03.tast

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ ModuleRootNode Name: <module 'augassign03'> SourceSection: [0,6]`a *= b`
2020
Identifier: b
2121
IsBuiltinClassProfile SourceSection: None
2222
CachedDispatchFirst SourceSection: None
23+
ObjectLiteralNode SourceSection: None

graalpython/com.oracle.graal.python.test/testData/goldenFiles/AssignmentTests/augassign04.tast

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ ModuleRootNode Name: <module 'augassign04'> SourceSection: [0,6]`a /= b`
2020
Identifier: b
2121
IsBuiltinClassProfile SourceSection: None
2222
CachedDispatchFirst SourceSection: None
23+
ObjectLiteralNode SourceSection: None

graalpython/com.oracle.graal.python.test/testData/goldenFiles/AssignmentTests/augassign05.tast

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ ModuleRootNode Name: <module 'augassign05'> SourceSection: [0,7]`a //= b`
2020
Identifier: b
2121
IsBuiltinClassProfile SourceSection: None
2222
CachedDispatchFirst SourceSection: None
23+
ObjectLiteralNode SourceSection: None

graalpython/com.oracle.graal.python.test/testData/goldenFiles/AssignmentTests/augassign06.tast

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ ModuleRootNode Name: <module 'augassign06'> SourceSection: [0,6]`a %= b`
2020
Identifier: b
2121
IsBuiltinClassProfile SourceSection: None
2222
CachedDispatchFirst SourceSection: None
23+
ObjectLiteralNode SourceSection: None

graalpython/com.oracle.graal.python.test/testData/goldenFiles/AssignmentTests/augassign07.tast

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ ModuleRootNode Name: <module 'augassign07'> SourceSection: [0,6]`a &= b`
2020
Identifier: b
2121
IsBuiltinClassProfile SourceSection: None
2222
CachedDispatchFirst SourceSection: None
23+
ObjectLiteralNode SourceSection: None

graalpython/com.oracle.graal.python.test/testData/goldenFiles/AssignmentTests/augassign08.tast

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ ModuleRootNode Name: <module 'augassign08'> SourceSection: [0,6]`a |= b`
2020
Identifier: b
2121
IsBuiltinClassProfile SourceSection: None
2222
CachedDispatchFirst SourceSection: None
23+
ObjectLiteralNode SourceSection: None

graalpython/com.oracle.graal.python.test/testData/goldenFiles/AssignmentTests/augassign09.tast

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ ModuleRootNode Name: <module 'augassign09'> SourceSection: [0,6]`a ^= b`
2020
Identifier: b
2121
IsBuiltinClassProfile SourceSection: None
2222
CachedDispatchFirst SourceSection: None
23+
ObjectLiteralNode SourceSection: None

graalpython/com.oracle.graal.python.test/testData/goldenFiles/AssignmentTests/augassign10.tast

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ ModuleRootNode Name: <module 'augassign10'> SourceSection: [0,7]`a <<= b`
2020
Identifier: b
2121
IsBuiltinClassProfile SourceSection: None
2222
CachedDispatchFirst SourceSection: None
23+
ObjectLiteralNode SourceSection: None

0 commit comments

Comments
 (0)