Skip to content

Commit 14ce059

Browse files
committed
Disable CodeFormat/indent-implicit-getter.swift while we investigate a crash
1 parent 4492e58 commit 14ce059

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/SourceKit/CodeFormat/indent-implicit-getter.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ class var foo: Int {
2424
return 1
2525
}
2626
}
27+
// REQUIRES: disabled
28+
// FIXME: may be crashing non-deterministically
29+
2730
// RUN: %sourcekitd-test -req=format -line=1 -length=1 %s >%t.response
2831
// RUN: %sourcekitd-test -req=format -line=2 -length=1 %s >>%t.response
2932
// RUN: %sourcekitd-test -req=format -line=3 -length=1 %s >>%t.response

0 commit comments

Comments
 (0)