summaryrefslogtreecommitdiff
path: root/test/ruby/test_literal.rb
diff options
context:
space:
mode:
authorBenoit Daloze <eregontp@gmail.com>2020-09-16 10:39:27 +0200
committerBenoit Daloze <eregontp@gmail.com>2020-09-16 10:39:27 +0200
commit9d8eeccf0659fa648527a6c2ecf06e5a6c0f8c64 (patch)
tree755c3774252879d1248bff5a58fd3f1811a3a89a /test/ruby/test_literal.rb
parent889bbbaf527372c5cc229b56dca9a2322e325f26 (diff)
Revert "skip on RUBY_ISEQ_DUMP_DEBUG=to_binary"
This reverts commit 889bbbaf527372c5cc229b56dca9a2322e325f26.
Diffstat (limited to 'test/ruby/test_literal.rb')
-rw-r--r--test/ruby/test_literal.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ruby/test_literal.rb b/test/ruby/test_literal.rb
index f4c40fc0f6..f5dd093078 100644
--- a/test/ruby/test_literal.rb
+++ b/test/ruby/test_literal.rb
@@ -187,7 +187,6 @@ class TestRubyLiteral < Test::Unit::TestCase
if defined?(RubyVM::InstructionSequence.compile_option) and
RubyVM::InstructionSequence.compile_option.key?(:debug_frozen_string_literal)
def test_debug_frozen_string
- skip if ENV['RUBY_ISEQ_DUMP_DEBUG'] == 'to_binary'
src = '_="foo-1"'; f = "test.rb"; n = 1
opt = {frozen_string_literal: true, debug_frozen_string_literal: true}
str = RubyVM::InstructionSequence.compile(src, f, f, n, **opt).eval