File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
test/SourceKit/CursorInfo Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -236,9 +236,7 @@ let dictNonCost = [1:2, 3:d]
236
236
// RUN: %sourcekitd-test -req=cursor -pos=22:25 %s -- %s -target %target-triple %clang-importer-sdk-nosource -I %t | %FileCheck -check-prefix=CHECK-BOOL1 %s
237
237
// CHECK-BOOL1: s:Sb
238
238
239
- // RUN: %sourcekitd-test \
240
- // RUN: -req=open -name %s %s -- %s -target %target-triple %clang-importer-sdk-nosource -I %t == \
241
- // RUN: -req=cursor -pos=29:29 %s -- %s -target %target-triple %clang-importer-sdk-nosource -I %t | %FileCheck -check-prefix=CHECK-OBJ-LITERAL %s
239
+ // RUN: %sourcekitd-test -req=cursor -pos=29:29 %s -- %s -target %target-triple %clang-importer-sdk-nosource -I %t | %FileCheck -check-prefix=CHECK-OBJ-LITERAL %s
242
240
// CHECK-OBJ-LITERAL: source.lang.swift.ref.function.constructor
243
241
// CHECK-OBJ-LITERAL-NEXT: init(_colorLiteralRed:green:blue:alpha:)
244
242
// CHECK-OBJ-LITERAL-NEXT: s:13cursor_stdlib7MyColorV16_colorLiteralRed5green4blue5alphaACSf_S3ftcfc
You can’t perform that action at this time.
0 commit comments