Skip to content

Commit 9e3fc1c

Browse files
committed
Remove dead FIXME in cursor info test
1 parent ba702b8 commit 9e3fc1c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/SourceKit/SourceDocInfo/cursor_info.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ func genReq<U, V: P1 where V.T == U>(u: U, v: V) {}
252252
// CHECK18: source.lang.swift.ref.typealias (43:11-43:16)
253253
// CHECK18: <Declaration>typealias MyInt = <Type usr="s:Si">Int</Type></Declaration>
254254
// CHECK18: <decl.typealias><syntaxtype.keyword>typealias</syntaxtype.keyword> <decl.name>MyInt</decl.name> = <ref.struct usr="s:Si">Int</ref.struct></decl.typealias>
255-
// FIXME: keyword typealias
256255

257256
// RUN: %sourcekitd-test -req=cursor -pos=46:10 %s -- -F %S/../Inputs/libIDE-mock-sdk -I %t.tmp %mcp_opt %s | FileCheck -check-prefix=CHECK19 %s
258257
// CHECK19: source.lang.swift.ref.module ()

0 commit comments

Comments
 (0)