From 725704f7fb3bf86bbdb2341b48ba1c8045d0f664 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 1 Apr 2013 12:56:56 -0500 Subject: Isolate compiler selector tests --- Library/Homebrew/compilers.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/compilers.rb') diff --git a/Library/Homebrew/compilers.rb b/Library/Homebrew/compilers.rb index f716256ef..a68d4f3d2 100644 --- a/Library/Homebrew/compilers.rb +++ b/Library/Homebrew/compilers.rb @@ -42,7 +42,7 @@ class CompilerQueue end class CompilerSelector - def initialize(f, old_compiler=ENV.compiler) + def initialize(f, old_compiler) @f = f @old_compiler = old_compiler @compilers = CompilerQueue.new -- cgit v1.2.3