Skip to content

Commit 5b6e58c

Browse files
authored
Revert "XFAIL TestLocalVariables.py on Windows" (#83454)
This reverts commit 3434472. Closes #43097.
1 parent cf68c04 commit 5b6e58c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/test/API/lang/c/local_variables/TestLocalVariables.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ def setUp(self):
1919
self.source = "main.c"
2020
self.line = line_number(self.source, "// Set break point at this line.")
2121

22-
@skipIfWindows
2322
def test_c_local_variables(self):
2423
"""Test local variable value."""
2524
self.build()

0 commit comments

Comments
 (0)