diff options
| author | Jemma Issroff <jemmaissroff@gmail.com> | 2023-11-02 14:36:45 -0300 |
|---|---|---|
| committer | Jemma Issroff <jemmaissroff@gmail.com> | 2023-11-02 17:46:43 -0300 |
| commit | ca24136da61c9bca9a8260cb0ac2ff206f6f3843 (patch) | |
| tree | 8496ba7f8bb747313a2c184c518ea9fc1ececc27 /test/ruby | |
| parent | 698654ca8456a7e08033cb4eab2d6e9cef7b1413 (diff) | |
[PRISM] Fix popped on DefinedNode
Diffstat (limited to 'test/ruby')
| -rw-r--r-- | test/ruby/test_compile_prism.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/ruby/test_compile_prism.rb b/test/ruby/test_compile_prism.rb index fbc637a390..f30c3b621b 100644 --- a/test/ruby/test_compile_prism.rb +++ b/test/ruby/test_compile_prism.rb @@ -89,7 +89,6 @@ module Prism end def test_DefinedNode -=begin assert_prism_eval("defined? nil") assert_prism_eval("defined? self") assert_prism_eval("defined? true") @@ -140,7 +139,6 @@ module Prism assert_prism_eval("x = 1; defined? x ||= 1") assert_prism_eval("if defined? A; end") -=end end def test_GlobalVariableReadNode |
