[lldb] Remove skipIfFreeBSD from TestCompletion
authorRaphael Isemann <teemperor@gmail.com>
Wed, 12 Feb 2020 06:13:48 +0000 (07:13 +0100)
committerRaphael Isemann <teemperor@gmail.com>
Wed, 12 Feb 2020 06:14:46 +0000 (07:14 +0100)
commit346cb7b50f7f892b33b46313742eef86bfde7943
tree2b00e593299100a4612513dae1ac84d8621d8be0
parent04b4866ba4596e5605574bf7d4dd7847e5acc4b2
[lldb] Remove skipIfFreeBSD from TestCompletion

This was skipped because of an pexpect issue (http://llvm.org/pr22784),
but this test is no longer using pexpect and is running fine on FreeBSD.
lldb/test/API/functionalities/completion/TestCompletion.py