File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
test/SourceKit/Refactoring Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -248,12 +248,12 @@ func hasCallToAsyncAlternative() {
248
248
// CHECK-ASYNC: ACTIONS END
249
249
250
250
// CHECK-CALLASYNC: ACTIONS BEGIN
251
- // CHECK-ASYNC -NOT: source.refactoring.kind.add.async-alternative
252
- // CHECK-ASYNC -NOT: source.refactoring.kind.convert.func-to-async
251
+ // CHECK-CALLASYNC -NOT: source.refactoring.kind.add.async-alternative
252
+ // CHECK-CALLASYNC -NOT: source.refactoring.kind.convert.func-to-async
253
253
// CHECK-CALLASYNC: source.refactoring.kind.convert.call-to-async
254
254
// CHECK-CALLASYNC-NEXT: Convert Call to Async Alternative
255
- // CHECK-ASYNC -NOT: source.refactoring.kind.add.async-alternative
256
- // CHECK-ASYNC -NOT: source.refactoring.kind.convert.func-to-async
255
+ // CHECK-CALLASYNC -NOT: source.refactoring.kind.add.async-alternative
256
+ // CHECK-CALLASYNC -NOT: source.refactoring.kind.convert.func-to-async
257
257
// CHECK-CALLASYNC: ACTIONS END
258
258
259
259
// REQUIRES: OS=macosx || OS=linux-gnu
You can’t perform that action at this time.
0 commit comments