forked from OSchip/llvm-project
XFAIL the last Windows test that calls a function in the target.
llvm-svn: 245749
This commit is contained in:
parent
6df0cbc040
commit
7c9e1c0bef
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue