diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/c/local_variables/TestLocalVariables.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/c/local_variables/TestLocalVariables.py b/lldb/packages/Python/lldbsuite/test/lang/c/local_variables/TestLocalVariables.py index 7071b675f3b..b1805f4a8b4 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/c/local_variables/TestLocalVariables.py +++ b/lldb/packages/Python/lldbsuite/test/lang/c/local_variables/TestLocalVariables.py @@ -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() |