Mercurial > hg > CbC > CbC_llvm
diff clang-tools-extra/clangd/test/test-uri-windows.test @ 207:2e18cbf3894f
LLVM12
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 08 Jun 2021 06:07:14 +0900 |
parents | 1d019706d866 |
children | 1f2b6ac9f198 |
line wrap: on
line diff
--- a/clang-tools-extra/clangd/test/test-uri-windows.test Mon May 25 11:55:54 2020 +0900 +++ b/clang-tools-extra/clangd/test/test-uri-windows.test Tue Jun 08 06:07:14 2021 +0900 @@ -1,5 +1,5 @@ # RUN: clangd -lit-test < %s | FileCheck -strict-whitespace %s -# REQUIRES: windows-gnu || windows-msvc +# UNSUPPORTED: !(windows-gnu || windows-msvc) # Test authority-less URI {"jsonrpc":"2.0","id":0,"method":"initialize","params":{"processId":123,"rootPath":"clangd","capabilities":{},"trace":"off"}} ---