[lldb] Run TestFixIts on non-Darwin platforms
authorRaphael Isemann <teemperor@gmail.com>
Mon, 30 Mar 2020 07:41:06 +0000 (09:41 +0200)
committerRaphael Isemann <teemperor@gmail.com>
Mon, 30 Mar 2020 07:53:51 +0000 (09:53 +0200)
This test also passes on my Linux machine, so this seems too strict.

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

index 1e8e7dd..273982c 100644 (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()