From 5776e2f8e1e725f12bfde25ea261113ae19f9b9f Mon Sep 17 00:00:00 2001 From: Krasimir Georgiev Date: Mon, 10 Apr 2017 14:06:54 +0000 Subject: [PATCH] [clangd] Fix nondeterminism in clangd test llvm-svn: 299844 --- clang-tools-extra/test/clangd/diagnostics.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang-tools-extra/test/clangd/diagnostics.test b/clang-tools-extra/test/clangd/diagnostics.test index 9ad786c..f5ef394 100644 --- a/clang-tools-extra/test/clangd/diagnostics.test +++ b/clang-tools-extra/test/clangd/diagnostics.test @@ -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 -- 2.7.4