aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/whitequark/cpath.txt
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2023-09-06 12:19:38 -0400
committergit <svn-admin@ruby-lang.org>2023-09-06 16:19:43 +0000
commitdee383b2625187ee2e9d27799aa83c2afe91caa2 (patch)
tree506eff683d6cf2a322ed044805ee88ad01470952 /test/yarp/snapshots/whitequark/cpath.txt
parent1d4d9a016a5e38d07cff7581c0bf82df784e5617 (diff)
downloadruby-dee383b2625187ee2e9d27799aa83c2afe91caa2.tar.gz
[ruby/yarp] Constants on classes and modules
(https://github.com/ruby/yarp/pull/1409) https://github.com/ruby/yarp/commit/0a11ec579f
Diffstat (limited to 'test/yarp/snapshots/whitequark/cpath.txt')
-rw-r--r--test/yarp/snapshots/whitequark/cpath.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/yarp/snapshots/whitequark/cpath.txt b/test/yarp/snapshots/whitequark/cpath.txt
index 3df789b5ca..b557da7e7f 100644
--- a/test/yarp/snapshots/whitequark/cpath.txt
+++ b/test/yarp/snapshots/whitequark/cpath.txt
@@ -7,7 +7,7 @@ ProgramNode(0...39)(
ConstantPathNode(7...12)(nil, ConstantReadNode(9...12)(:Foo), (7...9)),
nil,
(14...17),
- "Foo",
+ :Foo,
:Foo
),
ModuleNode(19...39)(
@@ -20,7 +20,7 @@ ProgramNode(0...39)(
),
nil,
(36...39),
- "Foo",
+ :Foo,
:Foo
)]
)