We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53e7c8f commit 064ab22Copy full SHA for 064ab22
lldb/test/API/commands/expression/fixits/TestFixIts.py
@@ -23,7 +23,6 @@ def test_with_dummy_target(self):
23
self.assertEqual(result, lldb.eReturnStatusSuccessFinishResult, "The expression was successful.")
24
self.assertTrue("Fix-it applied" in ret_val.GetError(), "Found the applied FixIt.")
25
26
- @skipUnlessDarwin
27
def test_with_target(self):
28
"""Test calling expressions with errors that can be fixed by the FixIts."""
29
self.build()
0 commit comments