diff options
Diffstat (limited to 'clang-tools-extra/test/clangd/background-index.test')
| -rw-r--r-- | clang-tools-extra/test/clangd/background-index.test | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/clang-tools-extra/test/clangd/background-index.test b/clang-tools-extra/test/clangd/background-index.test index 7826ef279d8..34c419ac682 100644 --- a/clang-tools-extra/test/clangd/background-index.test +++ b/clang-tools-extra/test/clangd/background-index.test @@ -16,6 +16,5 @@  # RUN: ls %t/.clangd-index/foo.cpp.*.idx  # Test the index is read from disk: delete code and restart clangd. -# FIXME: This test currently fails as we don't read the index yet.  # RUN: rm %t/foo.cpp -# RUN: clangd -background-index -lit-test < %t/definition.jsonrpc | not FileCheck %t/definition.jsonrpc +# RUN: clangd -background-index -lit-test < %t/definition.jsonrpc | FileCheck %t/definition.jsonrpc  | 

