[FileSystem] Improve assert and add Terminate in unit test.
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 1 Nov 2018 16:43:34 +0000 (16:43 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 1 Nov 2018 16:43:34 +0000 (16:43 +0000)
commit0bca15a35a5b507c4115f7b466957a7a0c2b5d74
treefd194df73fa5c86d7f74d4b284933db1f21178a6
parent544a66d8bb0dd414c39ca1d77c1d42be54d3f088
[FileSystem] Improve assert and add Terminate in unit test.

Speculative fix for the Xcode bots where we were seeing the assertion
being triggered because we would re-initialize the FileSystem without
terminating it.

llvm-svn: 345849
lldb/source/Host/common/FileSystem.cpp
lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp