[clangd] Updated outdated test comment. NFC.

llvm-svn: 316323
This commit is contained in:
Ilya Biryukov 2017-10-23 14:08:52 +00:00
parent 610df9c890
commit a7e3763a2b
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# RUN: clangd -run-synchronously -input-mirror-file %t < %s
# Note that we have to use '-Z' as -input-mirror-file does not have a newline at the end of file.
# Note that we have to use '-b' as -input-mirror-file does not have a newline at the end of file.
# RUN: diff -b %t %s
# It is absolutely vital that this file has CRLF line endings.
#