Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mri/ruby/test_require.rb
Original file line number Diff line number Diff line change
@@ -686,7 +686,7 @@ def test_require_with_loaded_features_pop
Thread.new do
ITERATIONS_PER_THREAD.times do
require PATH
$".pop
$".delete_if {|p| Regexp.new(PATH) =~ p}
end
end
}.each(&:join)

0 comments on commit 224df4b

Please sign in to comment.