From 022f1225e6ac9c7ea2b2d7b88b305906fddad2ef Mon Sep 17 00:00:00 2001 From: Xiyue Deng Date: Mon, 7 Oct 2013 03:40:41 -0700 Subject: [PATCH] Fix test failure for C++ stdlib. --- Library/Homebrew/test/test_stdlib.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/test/test_stdlib.rb b/Library/Homebrew/test/test_stdlib.rb index 79af446d7c..9ccfc21533 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