aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_stdlib.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/test_stdlib.rb')
-rw-r--r--Library/Homebrew/test/test_stdlib.rb4
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