diff options
| author | Jemma Issroff <jemmaissroff@gmail.com> | 2023-11-02 15:08:03 -0300 |
|---|---|---|
| committer | Jemma Issroff <jemmaissroff@gmail.com> | 2023-11-02 17:46:43 -0300 |
| commit | 7f18448a8e086b79a806acae5dbdd967f321c783 (patch) | |
| tree | 3575d6ae254c19aceadeb213adae980dc41be77f /test/ruby | |
| parent | d8bdb15a8b0da0d4ff2338bbb8087fbeb0a17b27 (diff) | |
[PRISM] Fix popped for CallOperatorWriteNode
Diffstat (limited to 'test/ruby')
| -rw-r--r-- | test/ruby/test_compile_prism.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/ruby/test_compile_prism.rb b/test/ruby/test_compile_prism.rb index bc05214ffa..b92f0a09d8 100644 --- a/test/ruby/test_compile_prism.rb +++ b/test/ruby/test_compile_prism.rb @@ -773,8 +773,8 @@ module Prism end def test_CallOperatorWriteNode -=begin assert_prism_eval(<<-CODE + class PrismTestSubclass; end def PrismTestSubclass.test_call_operator_write_node 2 end @@ -784,7 +784,6 @@ module Prism PrismTestSubclass.test_call_operator_write_node += 1 CODE ) -=end end def test_ForwardingSuperNode |
