Skip to content

Commit

Permalink
trufflruby fails on the show_source test
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Oct 11, 2021
1 parent fe055d5 commit 460bd12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/irb/test_cmd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ def test_show_source
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
Expand Down

0 comments on commit 460bd12

Please sign in to comment.