diff options
| author | Jemma Issroff <jemmaissroff@gmail.com> | 2023-11-02 15:04:09 -0300 |
|---|---|---|
| committer | Jemma Issroff <jemmaissroff@gmail.com> | 2023-11-02 17:46:43 -0300 |
| commit | 5acced49c2cd9309bcd92f38542e79eb0af87dd1 (patch) | |
| tree | 371fae18decfda24cf0b5516fdd1f3eeefe5e30a /test | |
| parent | 33f18b3d2fac1d79d33b895fca58290823765d07 (diff) | |
[PRISM] Fix popped for SingletonClassNode
Diffstat (limited to 'test')
| -rw-r--r-- | test/ruby/test_compile_prism.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
