We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4492e58 commit 14ce059Copy full SHA for 14ce059
test/SourceKit/CodeFormat/indent-implicit-getter.swift
@@ -24,6 +24,9 @@ class var foo: Int {
24
return 1
25
}
26
27
+// REQUIRES: disabled
28
+// FIXME: may be crashing non-deterministically
29
+
30
// RUN: %sourcekitd-test -req=format -line=1 -length=1 %s >%t.response
31
// RUN: %sourcekitd-test -req=format -line=2 -length=1 %s >>%t.response
32
// RUN: %sourcekitd-test -req=format -line=3 -length=1 %s >>%t.response
0 commit comments