Skip to content

Commit b92f09f

Browse files
committed
Add of comment affected line offsets of test
1 parent 474f043 commit b92f09f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/SourceKit/CursorInfo/result_test.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Checks that SourceKit does not crash for enum patterns in generics.
2-
// RUN: %sourcekitd-test -req cursor -pos 17:15 %s -- %s | FileCheck %s
3-
// CHECK: source.lang.swift.ref.enumelement (11:10-11:17)
2+
// RUN: %sourcekitd-test -req cursor -pos 18:15 %s -- %s | FileCheck %s
3+
// CHECK: source.lang.swift.ref.enumelement (12:10-12:17)
44

55
public protocol MyErrorType {
66
}

0 commit comments

Comments
 (0)