Skip to content

Commit 2517039

Browse files
committed
Drop unnecessary pends for truffleruby
1 parent acf8966 commit 2517039

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

test/irb/test_cmd.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ def test_edit_with_non_existing_path
858858

859859
def test_edit_with_constant
860860
# const_source_location is supported after Ruby 2.7
861-
omit if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('2.7.0') || RUBY_ENGINE == 'truffleruby'
861+
omit if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('2.7.0')
862862

863863
out, err = execute_lines(
864864
"edit IRB::Irb"

test/irb/test_workspace.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ def test_code_around_binding_on_irb
8383

8484

8585
def test_toplevel_binding_local_variables
86-
pend if RUBY_ENGINE == 'truffleruby'
8786
bug17623 = '[ruby-core:102468]'
8887
bundle_exec = ENV.key?('BUNDLE_GEMFILE') ? ['-rbundler/setup'] : []
8988
top_srcdir = "#{__dir__}/../.."

0 commit comments

Comments
 (0)