[clangd] Disable dependency-output lit test on windows

This commit is contained in:
Kadir Cetinkaya 2020-04-25 13:55:38 +02:00
parent 294b9d43ca
commit a940a246f5
No known key found for this signature in database
GPG Key ID: E39E36B8D2057ED6
1 changed files with 1 additions and 0 deletions
clang-tools-extra/clangd/test

View File

@ -1,3 +1,4 @@
# UNSUPPORTED: windows-gnu,windows-msvc
# RUN: clangd -lit-test < %s | FileCheck -strict-whitespace %s
{"jsonrpc":"2.0","id":0,"method":"initialize","params":{"processId":123,"rootPath":"clangd","capabilities":{},"trace":"off"}}
---