Skip to content

Commit 202eb0c

Browse files
author
git apple-llvm automerger
committed
Merge commit '9fb11379c566' from apple/main into swift/next
2 parents 9d717b7 + 9fb1137 commit 202eb0c

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)