mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
skip a test.
* test/ruby/test_literal.rb (test_debug_frozen_string_in_array_literal): skip last test if `RUBY_ISEQ_DUMP_DEBUG` is specified because round-trip (iseq <-> binary/array) doesn't support this feature. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66368 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
447b4dae6f
commit
103e8d5bc7
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ class TestRubyLiteral < Test::Unit::TestCase
|
|||
assert_predicate(ary.first, :frozen?)
|
||||
assert_raise_with_message(FrozenError, /created at #{Regexp.quote(f)}:#{n}/) {
|
||||
ary.first << "x"
|
||||
}
|
||||
} unless ENV['RUBY_ISEQ_DUMP_DEBUG']
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue