Skip to content

Commit 8bb3ab0

Browse files
authored
Merge pull request swiftlang#36695 from bnbarham/enable-passing-test
[SourceKit/CursorInfo] Enable passing .swiftsourceinfo test
2 parents 5319a1a + 02f27c0 commit 8bb3ab0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

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

6-
// FIXME: Rmove REQUIRES rdar://problem/60096971
7-
// REQUIRES: rdar60096971
8-
96
// RUN: %empty-directory(%t)
107
// RUN: echo "/// Some doc" >> %t/Foo.swift
118
// RUN: echo "public func foo() { }" >> %t/Foo.swift
@@ -27,6 +24,7 @@ func bar() {
2724
// WITHOUT: source.lang.swift.ref.function.free ()
2825
// BOTH: foo()
2926
// BOTH-NEXT: s:3Foo3fooyyF
27+
// BOTH-NEXT: source.lang.swift
3028
// BOTH-NEXT: () -> ()
3129
// BOTH-NEXT: $syycD
3230
// BOTH-NEXT: Foo

0 commit comments

Comments
 (0)