Skip to content

Commit 9fb1137

Browse files
author
git apple-llvm automerger
committed
Merge commit '54c03d8f7da7' from llvm.org/master into apple/main
2 parents 8dbb0d6 + 54c03d8 commit 9fb1137

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang-tools-extra/clangd/test/document-link.test

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# RUN: clangd -lit-test < %s | FileCheck -strict-whitespace %s
1+
# %resource_dir actually points at builtin_include_dir, go up one directory.
2+
# RUN: clangd -lit-test -resource-dir=%resource_dir/.. < %s | FileCheck -strict-whitespace %s
23
{"jsonrpc":"2.0","id":0,"method":"initialize","params":{"processId":123,"rootPath":"clangd","capabilities":{},"trace":"off"}}
34
---
45
{"jsonrpc":"2.0","method":"textDocument/didOpen","params":{"textDocument":{"uri":"test:///main.cpp","languageId":"cpp","version":1,"text":"#include <stdint.h>\n#include <stddef.h>"}}}

0 commit comments

Comments
 (0)