From 05d72acd675d343ad844b93a2a18e7da9c6d7980 Mon Sep 17 00:00:00 2001 From: Alexander Mordovskiy Date: Thu, 29 Feb 2024 18:58:28 +0100 Subject: [PATCH] Revert "XFAIL TestLocalVariables.py on Windows" 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 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()