Skip to content

Commit 8c5c1ae

Browse files
committed
[test] Fix a couple of incorrect FileCheck directives
1 parent 283abc0 commit 8c5c1ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/SourceKit/Refactoring/basic.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -248,12 +248,12 @@ func hasCallToAsyncAlternative() {
248248
// CHECK-ASYNC: ACTIONS END
249249

250250
// 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
253253
// CHECK-CALLASYNC: source.refactoring.kind.convert.call-to-async
254254
// 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
257257
// CHECK-CALLASYNC: ACTIONS END
258258

259259
// REQUIRES: OS=macosx || OS=linux-gnu

0 commit comments

Comments
 (0)