aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M <iammorjj@gmail.com>2024-03-01 03:23:12 +0100
committerGitHub <noreply@github.com>2024-02-29 18:23:12 -0800
commit5b6e58c565cf809e4133a10ff9d9b096754bea1e (patch)
treeca421ee8012af6b44812e8b9ef3e1f4625751bcc
parentcf68c0427d9d3816eefcfe7d3d648a98146c07cf (diff)
downloadllvm-5b6e58c565cf809e4133a10ff9d9b096754bea1e.zip
llvm-5b6e58c565cf809e4133a10ff9d9b096754bea1e.tar.gz
llvm-5b6e58c565cf809e4133a10ff9d9b096754bea1e.tar.bz2
Revert "XFAIL TestLocalVariables.py on Windows" (#83454)
This reverts commit 3434472ed74141848634b5eb3cd625d651e22562. Closes #43097.
-rw-r--r--lldb/test/API/lang/c/local_variables/TestLocalVariables.py1
1 files changed, 0 insertions, 1 deletions
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()