Skip to content

Commit 064ab22

Browse files
committed
[lldb] Run TestFixIts on non-Darwin platforms
This test also passes on my Linux machine, so this seems too strict.
1 parent 53e7c8f commit 064ab22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/test/API/commands/expression/fixits/TestFixIts.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ def test_with_dummy_target(self):
2323
self.assertEqual(result, lldb.eReturnStatusSuccessFinishResult, "The expression was successful.")
2424
self.assertTrue("Fix-it applied" in ret_val.GetError(), "Found the applied FixIt.")
2525

26-
@skipUnlessDarwin
2726
def test_with_target(self):
2827
"""Test calling expressions with errors that can be fixed by the FixIts."""
2928
self.build()

0 commit comments

Comments
 (0)