summaryrefslogtreecommitdiff
path: root/test/irb/test_cmd.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/irb/test_cmd.rb')
-rw-r--r--test/irb/test_cmd.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/irb/test_cmd.rb b/test/irb/test_cmd.rb
index ef864fb5c9..66328b89b1 100644
--- a/test/irb/test_cmd.rb
+++ b/test/irb/test_cmd.rb
@@ -855,9 +855,6 @@ module TestIRB
end
def test_edit_with_constant
- # const_source_location is supported after Ruby 2.7
- omit if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('2.7.0')
-
out, err = execute_lines(
"edit IRB::Irb"
)