[clang-tools-extra] r303376 - [clangd] Make formatting.test asynchronous again.

Benjamin Kramer via cfe-commits cfe-commits at lists.llvm.org
Thu May 18 13:10:04 PDT 2017


Author: d0k
Date: Thu May 18 15:10:04 2017
New Revision: 303376

URL: http://llvm.org/viewvc/llvm-project?rev=303376&view=rev
Log:
[clangd] Make formatting.test asynchronous again.

This test doesn't rely on the order of asynchronous messages, enable
threads so we have at least some coverage for those code paths.

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

Modified: clang-tools-extra/trunk/test/clangd/formatting.test
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clangd/formatting.test?rev=303376&r1=303375&r2=303376&view=diff
==============================================================================
--- clang-tools-extra/trunk/test/clangd/formatting.test (original)
+++ clang-tools-extra/trunk/test/clangd/formatting.test Thu May 18 15:10:04 2017
@@ -1,4 +1,4 @@
-# RUN: clangd -run-synchronously < %s | FileCheck %s
+# RUN: clangd < %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