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.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/Library/Homebrew/test/test_stdlib.rb b/Library/Homebrew/test/test_stdlib.rb
index 2e0e93352..60b5885ce 100644
--- a/Library/Homebrew/test/test_stdlib.rb
+++ b/Library/Homebrew/test/test_stdlib.rb
@@ -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