Skip to content

Commit b7ee6e4

Browse files
author
Simon Barinka
committed
[SourceKit] Remove unnecessary open request
1 parent 944a818 commit b7ee6e4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/SourceKit/CursorInfo/cursor_stdlib.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,7 @@ let dictNonCost = [1:2, 3:d]
236236
// 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
237237
// CHECK-BOOL1: s:Sb
238238

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
242240
// CHECK-OBJ-LITERAL: source.lang.swift.ref.function.constructor
243241
// CHECK-OBJ-LITERAL-NEXT: init(_colorLiteralRed:green:blue:alpha:)
244242
// CHECK-OBJ-LITERAL-NEXT: s:13cursor_stdlib7MyColorV16_colorLiteralRed5green4blue5alphaACSf_S3ftcfc

0 commit comments

Comments
 (0)