aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorMike McQuaid2016-04-25 18:01:03 +0100
committerMike McQuaid2016-05-08 16:51:22 +0100
commite316cc9296079a212a72ab89c0c11e894b546ef9 (patch)
tree241c717bb4f20e5a999c1fa0ad97a794080fe9cc /Library/Homebrew/test
parent8d995e961f549e555f405d2567235dab53f6baad (diff)
downloadbrew-e316cc9296079a212a72ab89c0c11e894b546ef9.tar.bz2
Make development tools code cross-platform.
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/test_tab.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_tab.rb b/Library/Homebrew/test/test_tab.rb
index 91a766f04..ce644b7c2 100644
--- a/Library/Homebrew/test/test_tab.rb
+++ b/Library/Homebrew/test/test_tab.rb
@@ -32,7 +32,7 @@ class TabTests < Homebrew::TestCase
assert_nil tab.tap
assert_nil tab.time
assert_nil tab.HEAD
- assert_equal MacOS.default_compiler, tab.cxxstdlib.compiler
+ assert_equal DevelopmentTools.default_compiler, tab.cxxstdlib.compiler
assert_nil tab.cxxstdlib.type
end