Skip to content

Commit 016ce35

Browse files
committed
[lldb][test] Enable settings test case on Windows
Fixes #43776 Whatever the problem was, it's now fixed.
1 parent 0f38c54 commit 016ce35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/test/API/commands/settings/TestSettings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ def test_set_term_width(self):
169169
)
170170

171171
# rdar://problem/10712130
172-
@skipIf(oslist=["windows"], bugnumber="llvm.org/pr44431")
173172
def test_set_frame_format(self):
174173
"""Test that 'set frame-format' with a backtick char in the format string works as well as fullpath."""
175174
self.build()

0 commit comments

Comments
 (0)