From fccfddb5105b82df35ea4296c4bb5b1d95b57651 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 2 Aug 2014 20:03:42 -0500 Subject: Partially revert e1f97e2 to pass new test cases --- Library/Homebrew/test/test_stdlib.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Library/Homebrew/test/test_stdlib.rb') 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 -- cgit v1.2.3