Skip to content

Commit 49515cc

Browse files
authored
[Test] Disable IDE/complete_operators.swift on Linux (#72491)
1 parent 1cccd79 commit 49515cc

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)