diff options
| author | Ilya Biryukov <ibiryukov@google.com> | 2017-10-23 14:08:52 +0000 |
|---|---|---|
| committer | Ilya Biryukov <ibiryukov@google.com> | 2017-10-23 14:08:52 +0000 |
| commit | a7e3763a2b4526b8a465e052a3e2b6cd2bd2feb9 (patch) | |
| tree | 07e50d9dc420dc97f632d989231efa911ff1c5ab | |
| parent | 610df9c8906fba8e50e5ef37f838c9ee6415ee19 (diff) | |
| download | bcm5719-llvm-a7e3763a2b4526b8a465e052a3e2b6cd2bd2feb9.tar.gz bcm5719-llvm-a7e3763a2b4526b8a465e052a3e2b6cd2bd2feb9.zip | |
[clangd] Updated outdated test comment. NFC.
llvm-svn: 316323
| -rw-r--r-- | clang-tools-extra/test/clangd/input-mirror.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/test/clangd/input-mirror.test b/clang-tools-extra/test/clangd/input-mirror.test index 2071ecc1fee..388f1900fcb 100644 --- a/clang-tools-extra/test/clangd/input-mirror.test +++ b/clang-tools-extra/test/clangd/input-mirror.test @@ -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.
#
|

