Change TestBSDArchives to expectedFailureWindows.

llvm-svn: 245631
This commit is contained in:
Zachary Turner 2015-08-20 22:25:45 +00:00
parent 1844284403
commit 075c6ee843
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ class BSDArchivesTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
@expectedFailureHostWindows("llvm.org/pr24527") # Makefile.rules doesn't know how to build static libs on Windows.
@expectedFailureWindows("llvm.org/pr24527") # Makefile.rules doesn't know how to build static libs on Windows.
def test_with_dwarf(self):
"""Break inside a() and b() defined within libfoo.a."""
self.buildDwarf()