Skip to content

Commit eac3796

Browse files
authored
Merge pull request #30575 from apple/unreliable-sources
Handle flaky SourceKit/CursorInfo/use-swift-source-info.swift
2 parents 4f3f589 + 95d9824 commit eac3796

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/SourceKit/CursorInfo/use-swift-source-info.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ func bar() {
33
foo()
44
}
55

6-
// FIXME: Rmove XFAIL rdar://problem/60096971
7-
// XFAIL: *
6+
// FIXME: Rmove REQUIRES rdar://problem/60096971
7+
// REQUIRES: rdar60096971
8+
89
// RUN: %empty-directory(%t)
910
// RUN: echo "/// Some doc" >> %t/Foo.swift
1011
// RUN: echo "public func foo() { }" >> %t/Foo.swift

0 commit comments

Comments
 (0)