aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_stdlib.rb
diff options
context:
space:
mode:
authorXiyue Deng2013-10-07 03:40:41 -0700
committerXiyue Deng2013-10-07 03:40:41 -0700
commit122ac08b1f87aef2bde823ad34ba05c5acb7dd4a (patch)
treec57bd07696e4fe344598f4da0b73ae421bc67763 /Library/Homebrew/test/test_stdlib.rb
parentf40af36f909a1ab0a6c409254f5944fe477392ae (diff)
downloadhomebrew-122ac08b1f87aef2bde823ad34ba05c5acb7dd4a.tar.bz2
Fix test failure for C++ stdlib.
Diffstat (limited to 'Library/Homebrew/test/test_stdlib.rb')
-rw-r--r--Library/Homebrew/test/test_stdlib.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_stdlib.rb b/Library/Homebrew/test/test_stdlib.rb
index 79af446d7..9ccfc2153 100644
--- a/Library/Homebrew/test/test_stdlib.rb
+++ b/Library/Homebrew/test/test_stdlib.rb
@@ -58,7 +58,7 @@ class CxxStdlibTests < Test::Unit::TestCase
def test_constructing_from_tab
stdlib = Tab.dummy_tab.cxxstdlib
assert_equal stdlib.compiler, :clang
- assert_equal stdlib.type, :libstdcxx
+ assert_equal stdlib.type, nil
end
def test_compatibility_for_non_cxx_software