diff options
| author | Xiyue Deng | 2013-10-07 03:40:41 -0700 |
|---|---|---|
| committer | Xiyue Deng | 2013-10-07 03:40:41 -0700 |
| commit | 022f1225e6ac9c7ea2b2d7b88b305906fddad2ef (patch) | |
| tree | ba067f4c313b6c982c311656e4204b5aa5cd5277 /Library/Homebrew | |
| parent | 15963322fd30f4ca85fc2a2ea20e5862d6b21677 (diff) | |
| download | brew-022f1225e6ac9c7ea2b2d7b88b305906fddad2ef.tar.bz2 | |
Fix test failure for C++ stdlib.
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/test/test_stdlib.rb | 2 |
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 |
