[lldb-server unittest] Add missing teardown logic
authorAntonio Afonso <antonio.afonso@gmail.com>
Mon, 3 Jun 2019 15:18:15 +0000 (15:18 +0000)
committerAntonio Afonso <antonio.afonso@gmail.com>
Mon, 3 Jun 2019 15:18:15 +0000 (15:18 +0000)
commitdab879d7c805562debea149e6d2c17839405c71b
tree7379f137d9f9473242c1e70975233552935c4d46
parentb3bd866c7f5fea6665e0eb3bd6319961e8a72631
[lldb-server unittest] Add missing teardown logic

Summary:
This test base class is missing the teardown making the second set of tests extending it to fail in an assertion in the FileSystem::Initialize() (as it's being initialized twice).
Not sure why this isn't failing the build bots.. (unless they're running without asserts?).

With this fix `ninja LLDBServerTests && ./tools/lldb/unittests/tools/lldb-server/tests/LLDBServerTests` successfully runs and passes all tests.

Reviewers: clayborg, xiaobai, labath

Reviewed By: xiaobai, labath

Subscribers: lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D62788

llvm-svn: 362406
lldb/unittests/tools/lldb-server/tests/TestBase.h