mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/irb] Pend on truffleruby
https://github.com/ruby/irb/commit/fbf52d9608
This commit is contained in:
parent
3bd596efa4
commit
7cc298a484
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ module TestIRB
|
|||
|
||||
|
||||
def test_toplevel_binding_local_variables
|
||||
pend if RUBY_ENGINE == 'truffleruby'
|
||||
bug17623 = '[ruby-core:102468]'
|
||||
bundle_exec = ENV.key?('BUNDLE_GEMFILE') ? ['-rbundler/setup'] : []
|
||||
assert_in_out_err(bundle_exec + ['-W0', '-e', <<~RUBY , '--', '-f', '--'], 'binding.local_variables', /\[:_\]/, [], bug17623)
|
||||
|
|
Loading…
Add table
Reference in a new issue