mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/irb] trufflruby fails on the show_source test
https://github.com/ruby/irb/commit/460bd12b87
This commit is contained in:
parent
b33caa5bbc
commit
2e183c6273
1 changed files with 1 additions and 0 deletions
|
@ -510,6 +510,7 @@ module TestIRB
|
|||
end
|
||||
|
||||
def test_show_source_end_finder
|
||||
pend if RUBY_ENGINE == 'truffleruby'
|
||||
code = <<~EOS.gsub(/^/, ' ' * 4); eval(code, binding, __FILE__, __LINE__ + 1) unless respond_to?(:show_source_test_method)
|
||||
def show_source_test_method
|
||||
unless true
|
||||
|
|
Loading…
Add table
Reference in a new issue