diff options
| author | Jack Nagel | 2014-06-29 19:27:28 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-06-29 19:27:28 -0500 | 
| commit | 3e614f2b629f718508974aa84c78bcd2080df1aa (patch) | |
| tree | 68f1f76c8f2b0b4c147e06a0efe05796076856b0 | |
| parent | 526091eaadea030c5f51032ddc78a130ea00bbde (diff) | |
| download | homebrew-3e614f2b629f718508974aa84c78bcd2080df1aa.tar.bz2 | |
Remove test that is now covered by tab tests
| -rw-r--r-- | Library/Homebrew/test/test_stdlib.rb | 7 | 
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 | 
