summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/call_spaceship.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/snapshots/seattlerb/call_spaceship.txt')
-rw-r--r--test/prism/snapshots/seattlerb/call_spaceship.txt24
1 files changed, 0 insertions, 24 deletions
diff --git a/test/prism/snapshots/seattlerb/call_spaceship.txt b/test/prism/snapshots/seattlerb/call_spaceship.txt
deleted file mode 100644
index 8d43c3f971..0000000000
--- a/test/prism/snapshots/seattlerb/call_spaceship.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-@ ProgramNode (location: (1,0)-(1,7))
-├── locals: []
-└── statements:
- @ StatementsNode (location: (1,0)-(1,7))
- └── body: (length: 1)
- └── @ CallNode (location: (1,0)-(1,7))
- ├── flags: ∅
- ├── receiver:
- │ @ IntegerNode (location: (1,0)-(1,1))
- │ ├── flags: decimal
- │ └── value: 1
- ├── call_operator_loc: ∅
- ├── name: :<=>
- ├── message_loc: (1,2)-(1,5) = "<=>"
- ├── opening_loc: ∅
- ├── arguments:
- │ @ ArgumentsNode (location: (1,6)-(1,7))
- │ ├── flags: ∅
- │ └── arguments: (length: 1)
- │ └── @ IntegerNode (location: (1,6)-(1,7))
- │ ├── flags: decimal
- │ └── value: 2
- ├── closing_loc: ∅
- └── block: ∅