[lldb] Run TestFixIts on non-Darwin platforms

This test also passes on my Linux machine, so this seems too strict.
This commit is contained in:
Raphael Isemann 2020-03-30 09:41:06 +02:00
parent 53e7c8fdfa
commit 064ab22fb2
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ class ExprCommandWithFixits(TestBase):
self.assertEqual(result, lldb.eReturnStatusSuccessFinishResult, "The expression was successful.")
self.assertTrue("Fix-it applied" in ret_val.GetError(), "Found the applied FixIt.")
@skipUnlessDarwin
def test_with_target(self):
"""Test calling expressions with errors that can be fixed by the FixIts."""
self.build()