XFAIL the last Windows test that calls a function in the target.

llvm-svn: 245749
This commit is contained in:
Zachary Turner 2015-08-21 22:11:31 +00:00
parent 6df0cbc040
commit 7c9e1c0bef
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ class CPPStaticMethodsTestCase(TestBase):
self.static_method_commands()
@dwarf_test
@expectedFailureWindows
def test_with_dwarf_and_run_command(self):
"""Test that static methods are properly distinguished from regular methods"""
self.buildDwarf()