From 5acced49c2cd9309bcd92f38542e79eb0af87dd1 Mon Sep 17 00:00:00 2001 From: Jemma Issroff Date: Thu, 2 Nov 2023 15:04:09 -0300 Subject: [PRISM] Fix popped for SingletonClassNode --- test/ruby/test_compile_prism.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby') diff --git a/test/ruby/test_compile_prism.rb b/test/ruby/test_compile_prism.rb index ae40f4b152..8cf84a7c94 100644 --- a/test/ruby/test_compile_prism.rb +++ b/test/ruby/test_compile_prism.rb @@ -654,7 +654,7 @@ module Prism end def test_SingletonClassNode - # assert_prism_eval("class << self; end") + assert_prism_eval("class << self; end") end def test_StatementsNode -- cgit v1.2.3