aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_compilers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/test_compilers.rb')
-rw-r--r--Library/Homebrew/test/test_compilers.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/Library/Homebrew/test/test_compilers.rb b/Library/Homebrew/test/test_compilers.rb
index bf9bc557a..19eb69434 100644
--- a/Library/Homebrew/test/test_compilers.rb
+++ b/Library/Homebrew/test/test_compilers.rb
@@ -1,11 +1,4 @@
require 'testing_env'
-
-require 'extend/ARGV' # needs to be after test/unit to avoid conflict with OptionsParser
-ARGV.extend(HomebrewArgvExtension)
-
-require 'extend/ENV'
-ENV.extend(HomebrewEnvExtension)
-
require 'test/testball'
class CompilerTests < Test::Unit::TestCase