From 5428a7246358472f39c65523e5900943ee4d4fca Mon Sep 17 00:00:00 2001 From: Charles Oliver Nutter Date: Mon, 6 Nov 2023 15:18:34 -0600 Subject: [PATCH] This file uses Tempfile but does not require it --- test/jruby/test_io.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/jruby/test_io.rb b/test/jruby/test_io.rb index 746eb035ba0..f72cfde2b1d 100644 --- a/test/jruby/test_io.rb +++ b/test/jruby/test_io.rb @@ -3,6 +3,7 @@ require 'test/jruby/test_helper' require 'rbconfig' require 'stringio' +require 'tempfile' class TestIO < Test::Unit::TestCase include TestHelper