Skip to content

Commit 7d21fb5

Browse files
authored
[Test] Disable IDE/complete_operators.swift on Linux (#72491) (#72492)
1 parent 39d34e1 commit 7d21fb5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/IDE/complete_operators.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// RUN: %batch-code-completion
22

3+
// temporarily disabled for build stability (rdar://124942971)
4+
// UNSUPPORTED: OS=linux-gnu
5+
36
struct S {}
47
postfix operator ++ {}
58
postfix func ++(x: inout S) -> S { return x }

0 commit comments

Comments
 (0)