File tree 2 files changed +1
-4
lines changed
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -214,9 +214,7 @@ def _init_swift(self):
214
214
# SBTarget.CompleteCode API.
215
215
# The user can disable/enable using "%disableCompletion" and
216
216
# "%enableCompletion".
217
- # TODO: Reenable completions when they become less crashy.
218
- #self.completion_enabled = hasattr(self.target, 'CompleteCode')
219
- self .completion_enabled = False
217
+ self .completion_enabled = hasattr (self .target , 'CompleteCode' )
220
218
221
219
def _init_repl_process (self ):
222
220
self .debugger = lldb .SBDebugger .Create ()
Original file line number Diff line number Diff line change @@ -203,7 +203,6 @@ def test_async_stdout(self):
203
203
if msg ['msg_type' ] == 'status' :
204
204
break
205
205
206
- @unittest .skip # TODO: Reenable.
207
206
def test_swift_completion (self ):
208
207
reply , output_msgs = self .execute_helper (code = """
209
208
func aFunctionToComplete() {}
You can’t perform that action at this time.
0 commit comments