aboutsummaryrefslogtreecommitdiff
path: root/test/clangd/test-uri-posix.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/clangd/test-uri-posix.test')
-rw-r--r--test/clangd/test-uri-posix.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/clangd/test-uri-posix.test b/test/clangd/test-uri-posix.test
index 15cc09f6..2b67fa03 100644
--- a/test/clangd/test-uri-posix.test
+++ b/test/clangd/test-uri-posix.test
@@ -1,5 +1,5 @@
# RUN: clangd -lit-test < %s | FileCheck -strict-whitespace %s
-# UNSUPPORTED: mingw32,win32
+# UNSUPPORTED: windows-gnu,windows-msvc
# Test authority-less URI
{"jsonrpc":"2.0","id":0,"method":"initialize","params":{"processId":123,"rootPath":"clangd","capabilities":{},"trace":"off"}}
---