mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
Reduce loading class/module on CGIUtilTest and CGIEscapeTest
This commit is contained in:
parent
382be44f42
commit
56423d43a3
Notes:
git
2025-05-09 05:27:43 +00:00
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# frozen_string_literal: true
|
||||
require 'test/unit'
|
||||
require 'cgi'
|
||||
require 'cgi/escape'
|
||||
require 'stringio'
|
||||
require_relative 'update_env'
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# frozen_string_literal: true
|
||||
require 'test/unit'
|
||||
require 'cgi'
|
||||
require 'cgi/util'
|
||||
|
||||
class CGIUtilTest < Test::Unit::TestCase
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue