summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/defn_arg_forward_args.txt
diff options
context:
space:
mode:
authorBenoit Daloze <eregontp@gmail.com>2023-10-01 12:34:55 +0200
committerKevin Newton <kddnewton@gmail.com>2023-10-02 09:18:56 -0400
commit87dad067e03f98df7a64d4ce555e1213847e8dbb (patch)
treed8dc05ee85473d2f797ece4651ef5efc932058bd /test/prism/snapshots/seattlerb/defn_arg_forward_args.txt
parentb6390a21eb7f316341bb7bf669a15dc321aa5239 (diff)
Sync with prism CallNode#name changes
* https://github.com/ruby/prism/pull/1533
Diffstat (limited to 'test/prism/snapshots/seattlerb/defn_arg_forward_args.txt')
-rw-r--r--test/prism/snapshots/seattlerb/defn_arg_forward_args.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/prism/snapshots/seattlerb/defn_arg_forward_args.txt b/test/prism/snapshots/seattlerb/defn_arg_forward_args.txt
index 8b85009de0..7fb3e12382 100644
--- a/test/prism/snapshots/seattlerb/defn_arg_forward_args.txt
+++ b/test/prism/snapshots/seattlerb/defn_arg_forward_args.txt
@@ -37,7 +37,7 @@
│ ├── closing_loc: (1,23)-(1,24) = ")"
│ ├── block: ∅
│ ├── flags: ∅
- │ └── name: "b"
+ │ └── name: :b
├── locals: [:x, :"..."]
├── def_keyword_loc: (1,0)-(1,3) = "def"
├── operator_loc: ∅