llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-lldb Author: Alexander M. (amordo) <details> <summary>Changes</summary> This reverts commit 3434472ed74141848634b5eb3cd625d651e22562. Closes #<!-- -->43097. --- Full diff: https://github.com/llvm/llvm-project/pull/83454.diff 1 Files Affected: - (modified) lldb/test/API/lang/c/local_variables/TestLocalVariables.py (-1) ``````````diff 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() `````````` </details> https://github.com/llvm/llvm-project/pull/83454 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits