mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Revert "skip on RUBY_ISEQ_DUMP_DEBUG=to_binary"
This reverts commit 889bbbaf52.
This commit is contained in:
parent
889bbbaf52
commit
9d8eeccf06
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue