Skip to content

Commit e30bb0a

Browse files
authored
Merge pull request swiftlang#80 from benlangmuir/disable-check-73762053
[test] Disable failing check in test-sourcekit-lsp
2 parents 7407309 + 817589f commit e30bb0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test-sourcekit-lsp/test-sourcekit-lsp.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ def main():
123123
})
124124
# CHECK: "items":[
125125
# CHECK-DAG: "insertText":"clib_func"
126-
# CHECK-DAG: "insertText":"clib_other"
126+
# Missing "clib_other" from clangd on rebranch - rdar://73762053
127+
# DISABLED-DAG: "insertText":"clib_other"
127128
# CHECK: ]
128129

129130
lsp.request('shutdown', {})

0 commit comments

Comments
 (0)