Author: Alexander M Date: 2024-02-29T18:23:12-08:00 New Revision: 5b6e58c565cf809e4133a10ff9d9b096754bea1e
URL: https://github.com/llvm/llvm-project/commit/5b6e58c565cf809e4133a10ff9d9b096754bea1e DIFF: https://github.com/llvm/llvm-project/commit/5b6e58c565cf809e4133a10ff9d9b096754bea1e.diff LOG: Revert "XFAIL TestLocalVariables.py on Windows" (#83454) This reverts commit 3434472ed74141848634b5eb3cd625d651e22562. Closes #43097. Added: Modified: lldb/test/API/lang/c/local_variables/TestLocalVariables.py Removed: ################################################################################ diff --git a/lldb/test/API/lang/c/local_variables/TestLocalVariables.py b/lldb/test/API/lang/c/local_variables/TestLocalVariables.py index cccb8cac013ff2..686636119314ef 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() _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits