1
0
Fork 0
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:
Takashi Kokubun 2021-10-10 23:18:43 -07:00
parent b33caa5bbc
commit 2e183c6273

View file

@ -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