Remove test that is now covered by tab tests
This commit is contained in:
parent
b0cffe4a7c
commit
34db1bd1ef
@ -2,7 +2,6 @@ require 'testing_env'
|
||||
require 'test/testball'
|
||||
require 'formula'
|
||||
require 'cxxstdlib'
|
||||
require 'tab'
|
||||
|
||||
class CxxStdlibTests < Homebrew::TestCase
|
||||
def setup
|
||||
@ -56,12 +55,6 @@ class CxxStdlibTests < Homebrew::TestCase
|
||||
assert_equal "libc++", @lcxx.type_string
|
||||
end
|
||||
|
||||
def test_constructing_from_tab
|
||||
stdlib = Tab.dummy_tab.cxxstdlib
|
||||
assert_equal :clang, stdlib.compiler
|
||||
assert_nil stdlib.type
|
||||
end
|
||||
|
||||
def test_compatibility_for_non_cxx_software
|
||||
assert @purec.compatible_with?(@clang)
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user