From 064ab22fb29be673fa2ac4ab3b28cc30f9371e9c Mon Sep 17 00:00:00 2001 From: Raphael Isemann Date: Mon, 30 Mar 2020 09:41:06 +0200 Subject: [PATCH] [lldb] Run TestFixIts on non-Darwin platforms This test also passes on my Linux machine, so this seems too strict. --- lldb/test/API/commands/expression/fixits/TestFixIts.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lldb/test/API/commands/expression/fixits/TestFixIts.py b/lldb/test/API/commands/expression/fixits/TestFixIts.py index 1e8e7dd..273982c 100644 --- a/lldb/test/API/commands/expression/fixits/TestFixIts.py +++ b/lldb/test/API/commands/expression/fixits/TestFixIts.py @@ -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() -- 2.7.4