diff options
| author | Mike McQuaid | 2016-04-25 18:01:03 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2016-05-08 16:51:22 +0100 |
| commit | e316cc9296079a212a72ab89c0c11e894b546ef9 (patch) | |
| tree | 241c717bb4f20e5a999c1fa0ad97a794080fe9cc /Library/Homebrew/test | |
| parent | 8d995e961f549e555f405d2567235dab53f6baad (diff) | |
| download | brew-e316cc9296079a212a72ab89c0c11e894b546ef9.tar.bz2 | |
Make development tools code cross-platform.
Diffstat (limited to 'Library/Homebrew/test')
| -rw-r--r-- | Library/Homebrew/test/test_tab.rb | 2 |
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 |
