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 'test/testball'
|
||||||
require 'formula'
|
require 'formula'
|
||||||
require 'cxxstdlib'
|
require 'cxxstdlib'
|
||||||
require 'tab'
|
|
||||||
|
|
||||||
class CxxStdlibTests < Homebrew::TestCase
|
class CxxStdlibTests < Homebrew::TestCase
|
||||||
def setup
|
def setup
|
||||||
@ -56,12 +55,6 @@ class CxxStdlibTests < Homebrew::TestCase
|
|||||||
assert_equal "libc++", @lcxx.type_string
|
assert_equal "libc++", @lcxx.type_string
|
||||||
end
|
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
|
def test_compatibility_for_non_cxx_software
|
||||||
assert @purec.compatible_with?(@clang)
|
assert @purec.compatible_with?(@clang)
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user