Skip to content

Commit e101b22

Browse files
committed
NFC: Remove unnecessary -disable-availability-checking flags from test.
1 parent 0bb5425 commit e101b22

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

test/ModuleInterface/actor_protocol.swift

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
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

@@ -10,7 +9,7 @@
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, *)

0 commit comments

Comments
 (0)