From 252b0fc715f5a80325502b83ff6a89ad2f7c17b8 Mon Sep 17 00:00:00 2001 From: Jemma Issroff Date: Mon, 16 Oct 2023 16:02:18 -0700 Subject: Temporarily removed location code on scope nodes --- test/ruby/test_compile_prism.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 ############################################################################ -- cgit v1.2.3