summaryrefslogtreecommitdiffstats
path: root/test/clangd/background-index.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/clangd/background-index.test')
-rw-r--r--test/clangd/background-index.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/clangd/background-index.test b/test/clangd/background-index.test
index 34c419ac..1d11736d 100644
--- a/test/clangd/background-index.test
+++ b/test/clangd/background-index.test
@@ -13,7 +13,7 @@
# RUN: clangd -background-index -background-index-rebuild-period=0 -lit-test < %t/definition.jsonrpc | FileCheck %t/definition.jsonrpc
# Test that the index is writing files in the expected location.
-# RUN: ls %t/.clangd-index/foo.cpp.*.idx
+# RUN: ls %t/.clangd/index/foo.cpp.*.idx
# Test the index is read from disk: delete code and restart clangd.
# RUN: rm %t/foo.cpp