diff options
| author | Jack Nagel | 2014-08-02 20:03:42 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-08-02 20:03:42 -0500 |
| commit | d2f4f224a76f1dad5f6fbae2953078dbff5c9a31 (patch) | |
| tree | 4cc12229b09ee019f18554ab62c843a7b4175675 /Library/Homebrew/test | |
| parent | 9ea723e77a369d1baa1f4b5b6aac136c365a705f (diff) | |
| download | homebrew-d2f4f224a76f1dad5f6fbae2953078dbff5c9a31.tar.bz2 | |
Partially revert e1f97e2 to pass new test cases
Diffstat (limited to 'Library/Homebrew/test')
| -rw-r--r-- | Library/Homebrew/test/test_stdlib.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Homebrew/test/test_stdlib.rb b/Library/Homebrew/test/test_stdlib.rb index 55b10641c..50594465c 100644 --- a/Library/Homebrew/test/test_stdlib.rb +++ b/Library/Homebrew/test/test_stdlib.rb @@ -57,5 +57,9 @@ class CxxStdlibTests < Homebrew::TestCase def test_compatibility_for_non_cxx_software assert @purec.compatible_with?(@clang) + assert @clang.compatible_with?(@purec) + assert @purec.compatible_with?(@purec) + assert @purec.compatible_with?(@gcc48) + assert @gcc48.compatible_with?(@purec) end end |
