forked from OSchip/llvm-project
[lldb] Re-add X-Fail for Windows to TestDollarInVariable
This got removed by accident in 048d11de43
when
the test was rewritten as a non-inline test.
This commit is contained in:
parent
6551b7a9d8
commit
bb91520e4f
|
@ -7,6 +7,7 @@ class TestCase(TestBase):
|
|||
|
||||
mydir = TestBase.compute_mydir(__file__)
|
||||
|
||||
@expectedFailureAll(oslist=["windows"])
|
||||
def test(self):
|
||||
self.build()
|
||||
lldbutil.run_to_source_breakpoint(self, "// break here", lldb.SBFileSpec("main.c"))
|
||||
|
|
Loading…
Reference in New Issue