[clangd] Remove the RealFS layer from test VFS. NFC.
authorIlya Biryukov <ibiryukov@google.com>
Tue, 13 Feb 2018 17:08:13 +0000 (17:08 +0000)
committerIlya Biryukov <ibiryukov@google.com>
Tue, 13 Feb 2018 17:08:13 +0000 (17:08 +0000)
commit42fed626bc46599f53f496d45749755165235a7a
tree92292cbe69942d77ad29e0abeb1a040112ce6736
parent1ce4642ddca68eb2e319ec7ad4a776b0dd960135
[clangd] Remove the RealFS layer from test VFS. NFC.

It was required before because preambles could only be created on
disk. All tests use in-memory preambles now.

llvm-svn: 325021
clang-tools-extra/unittests/clangd/TestFS.cpp