Skip to content

Commit 634e024

Browse files
committed
Regenerate fixtures for parsing AST tests
1 parent a554b71 commit 634e024

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

spec/truffle/parsing/fixtures/instance_variables/writing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ focused_on_node: "org.truffleruby.language.objects.WriteInstanceVariableNode"
44
ruby: |
55
@foo = 42
66
ast: |
7-
WriteInstanceVariableNode
7+
WriteInstanceVariableNodeGen
88
attributes:
99
flags = 1
1010
frozenProfile = false

spec/truffle/parsing/fixtures/operators/&&=/variable_assignments/instance_variable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ast: |
2727
attributes:
2828
frameSlot = 0
2929
right =
30-
WriteInstanceVariableNode
30+
WriteInstanceVariableNodeGen
3131
attributes:
3232
flags = 0
3333
frozenProfile = false

spec/truffle/parsing/fixtures/operators/multi_assignments/instance_variables.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ast: |
1111
flags = 1
1212
children:
1313
preNodes = [
14-
WriteInstanceVariableNode
14+
WriteInstanceVariableNodeGen
1515
attributes:
1616
flags = 0
1717
frozenProfile = false
@@ -21,7 +21,7 @@ ast: |
2121
ReadFrameSlotNodeGen
2222
attributes:
2323
frameSlot = 0
24-
WriteInstanceVariableNode
24+
WriteInstanceVariableNodeGen
2525
attributes:
2626
flags = 0
2727
frozenProfile = false
@@ -31,7 +31,7 @@ ast: |
3131
ReadFrameSlotNodeGen
3232
attributes:
3333
frameSlot = 0
34-
WriteInstanceVariableNode
34+
WriteInstanceVariableNodeGen
3535
attributes:
3636
flags = 0
3737
frozenProfile = false

spec/truffle/parsing/fixtures/operators/||=/variable_assignments/instance_variable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ast: |
2222
attributes:
2323
frameSlot = 0
2424
right =
25-
WriteInstanceVariableNode
25+
WriteInstanceVariableNodeGen
2626
attributes:
2727
flags = 0
2828
frozenProfile = false

spec/truffle/parsing/fixtures/rescue/capturing/with_instance_variable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ ast: |
5252
flags = 0
5353
children:
5454
body = [
55-
WriteInstanceVariableNode
55+
WriteInstanceVariableNodeGen
5656
attributes:
5757
flags = 0
5858
frozenProfile = false

0 commit comments

Comments
 (0)