aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-06-29 19:27:28 -0500
committerJack Nagel2014-06-29 19:27:28 -0500
commit3e614f2b629f718508974aa84c78bcd2080df1aa (patch)
tree68f1f76c8f2b0b4c147e06a0efe05796076856b0
parent526091eaadea030c5f51032ddc78a130ea00bbde (diff)
downloadhomebrew-3e614f2b629f718508974aa84c78bcd2080df1aa.tar.bz2
Remove test that is now covered by tab tests
-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