aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJemma Issroff <jemmaissroff@gmail.com>2023-10-16 16:02:18 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2023-10-18 17:16:11 -0700
commit252b0fc715f5a80325502b83ff6a89ad2f7c17b8 (patch)
treedf179247f7ef89be5e6b3e356cc25c0abb4be299 /test
parentba3a99acaf4e024e4d17823f655665bc28f72e0a (diff)
downloadruby-252b0fc715f5a80325502b83ff6a89ad2f7c17b8.tar.gz
Temporarily removed location code on scope nodes
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_compile_prism.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_compile_prism.rb b/test/ruby/test_compile_prism.rb
index b8c95d9aa2..7e39e9d266 100644
--- a/test/ruby/test_compile_prism.rb
+++ b/test/ruby/test_compile_prism.rb
@@ -3,7 +3,7 @@
module Prism
class TestCompilePrism < Test::Unit::TestCase
def test_empty_program
-# test_prism_eval("")
+ test_prism_eval("")
end
############################################################################