From 5b6e58c565cf809e4133a10ff9d9b096754bea1e Mon Sep 17 00:00:00 2001 From: Alexander M Date: Fri, 1 Mar 2024 03:23:12 +0100 Subject: Revert "XFAIL TestLocalVariables.py on Windows" (#83454) This reverts commit 3434472ed74141848634b5eb3cd625d651e22562. Closes #43097. --- lldb/test/API/lang/c/local_variables/TestLocalVariables.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lldb/test/API/lang/c/local_variables/TestLocalVariables.py b/lldb/test/API/lang/c/local_variables/TestLocalVariables.py index cccb8ca..6866361 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 @@ class LocalVariablesTestCase(TestBase): 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() -- cgit v1.1