forked from OSchip/llvm-project
[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:
parent
53e7c8fdfa
commit
064ab22fb2
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue