File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: %empty-directory(%t)
2
- // RUN: %target-swift-emit-module-interface(%t/Library.swiftinterface) %s -disable-availability-checking -module-name Library
3
- // RUN: %target-swift-typecheck-module-from-interface(%t/Library.swiftinterface) -disable-availability-checking -module-name Library
4
- // RUN: %FileCheck --check-prefix CHECK-EXTENSION %s <%t/Library.swiftinterface
2
+ // RUN: %target-swift-emit-module-interface(%t/Library.swiftinterface) %s -module-name Library
3
+ // RUN: %target-swift-typecheck-module-from-interface(%t/Library.swiftinterface) -module-name Library
5
4
// RUN: %FileCheck --check-prefix CHECK %s <%t/Library.swiftinterface
6
5
// REQUIRES: concurrency
7
6
10
9
/// and not via some extension. The requirement is due to the unique
11
10
/// optimizations applied to the implementation of actors.
12
11
13
- // CHECK-EXTENSION- NOT: extension {{.+}} : _Concurrency.Actor
12
+ // CHECK-NOT: extension {{.+}} : _Concurrency.Actor
14
13
15
14
// CHECK: public actor PlainActorClass {
16
15
@available ( SwiftStdlib 5 . 1 , * )
You can’t perform that action at this time.
0 commit comments