Skip to content

Commit 47233ea

Browse files
committed
Comment out -test- requires in MRI Ruby tests
1 parent 2b4cd4c commit 47233ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/mri/tests/ruby/test_file.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: false
22
require 'test/unit'
33
require 'tempfile'
4-
require "-test-/file"
4+
# require "-test-/file"
55
require_relative 'ut_eof'
66

77
class TestFile < Test::Unit::TestCase

0 commit comments

Comments
 (0)