diff --git a/lldb/test/API/lang/c/local_variables/TestLocalVariables.py b/lldb/test/API/lang/c/local_variables/TestLocalVariables.py index cccb8cac013ff..686636119314e 100644 --- a/lldb/test/API/lang/c/local_variables/TestLocalVariables.py +++ b/lldb/test/API/lang/c/local_variables/TestLocalVariables.py @@ -19,7 +19,6 @@ def setUp(self): self.source = "main.c" 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()