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 11// 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
54// RUN: %FileCheck --check-prefix CHECK %s <%t/Library.swiftinterface
65// REQUIRES: concurrency
76
109/// and not via some extension. The requirement is due to the unique
1110/// optimizations applied to the implementation of actors.
1211
13- // CHECK-EXTENSION- NOT: extension {{.+}} : _Concurrency.Actor
12+ // CHECK-NOT: extension {{.+}} : _Concurrency.Actor
1413
1514// CHECK: public actor PlainActorClass {
1615@available ( SwiftStdlib 5 . 1 , * )
You can’t perform that action at this time.
0 commit comments