aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorMike McQuaid2014-08-13 08:45:07 +0100
committerMike McQuaid2014-08-13 08:45:07 +0100
commit1e852a8f3fc3895443fc66ec7359a26fc5c5d291 (patch)
tree9838f3b57954a46382351d9950fc80ff27e4edbb /Library/Homebrew/test
parent00d1bb8d12126b415bd2737b08dd4af35a76ac9e (diff)
downloadbrew-1e852a8f3fc3895443fc66ec7359a26fc5c5d291.tar.bz2
Revert "Options is no longer used directly by BuildOptions"
This reverts commit 1c05bc0238aa1abf7d5542b8afa11ead2bee66a8.
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/test_build_options.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Homebrew/test/test_build_options.rb b/Library/Homebrew/test/test_build_options.rb
index a0c52da81..4ee12974b 100644
--- a/Library/Homebrew/test/test_build_options.rb
+++ b/Library/Homebrew/test/test_build_options.rb
@@ -1,6 +1,5 @@
-require "testing_env"
-require "build_options"
-require "options"
+require 'testing_env'
+require 'build_options'
class BuildOptionsTests < Homebrew::TestCase
def setup