aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorXiyue Deng2013-10-07 03:40:41 -0700
committerXiyue Deng2013-10-07 03:40:41 -0700
commit022f1225e6ac9c7ea2b2d7b88b305906fddad2ef (patch)
treeba067f4c313b6c982c311656e4204b5aa5cd5277 /Library
parent15963322fd30f4ca85fc2a2ea20e5862d6b21677 (diff)
downloadbrew-022f1225e6ac9c7ea2b2d7b88b305906fddad2ef.tar.bz2
Fix test failure for C++ stdlib.
Diffstat (limited to 'Library')
-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