aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
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