aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-06-29 19:27:28 -0500
committerJack Nagel2014-06-29 19:27:28 -0500
commit34db1bd1efc0204a4a8c8c77e12eb233980c7576 (patch)
tree39a4d3591744272c43f1d2d6505861f4ece32475 /Library
parentb0cffe4a7c2752a3b14d6e8280105d5667a47a48 (diff)
downloadbrew-34db1bd1efc0204a4a8c8c77e12eb233980c7576.tar.bz2
Remove test that is now covered by tab tests
Diffstat (limited to 'Library')
-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