forked from OSchip/llvm-project
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:
parent
3330cad630
commit
3434472ed7
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue