XFAIL TestLocalVariables.py on Windows

This test has been failing for a while on the Windows bot.

https://bugs.llvm.org/show_bug.cgi?id=43752

llvm-svn: 375459
This commit is contained in:
Jonas Devlieghere 2019-10-21 22:16:28 +00:00
parent 3330cad630
commit 3434472ed7
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ class LocalVariablesTestCase(TestBase):
self.line = line_number(
self.source, '// Set break point at this line.')
@skipIfWindows
def test_c_local_variables(self):
"""Test local variable value."""
self.build()