[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:
Raphael Isemann 2020-06-26 15:24:04 +02:00
parent 6551b7a9d8
commit bb91520e4f
1 changed files with 1 additions and 0 deletions

View File

@ -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"))