[clang-tools-extra] r299844 - [clangd] Fix nondeterminism in clangd test

Krasimir Georgiev via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 10 07:06:54 PDT 2017


Author: krasimir
Date: Mon Apr 10 09:06:54 2017
New Revision: 299844

URL: http://llvm.org/viewvc/llvm-project?rev=299844&view=rev
Log:
[clangd] Fix nondeterminism in clangd test

Modified:
    clang-tools-extra/trunk/test/clangd/diagnostics.test

Modified: clang-tools-extra/trunk/test/clangd/diagnostics.test
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clangd/diagnostics.test?rev=299844&r1=299843&r2=299844&view=diff
==============================================================================
--- clang-tools-extra/trunk/test/clangd/diagnostics.test (original)
+++ clang-tools-extra/trunk/test/clangd/diagnostics.test Mon Apr 10 09:06:54 2017
@@ -1,4 +1,4 @@
-# RUN: clangd < %s | FileCheck %s
+# RUN: clangd -run-synchronously < %s | FileCheck %s
 # It is absolutely vital that this file has CRLF line endings.
 #
 Content-Length: 125




More information about the cfe-commits mailing list