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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits