Skip to content

Commit 5aac643

Browse files
committed
Disable Concurrency/isolated_parameters.swift
1 parent 989cb98 commit 5aac643

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Concurrency/isolated_parameters.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// REQUIRES: concurrency
55
// REQUIRES: swift_swift_parser
66

7+
// REQUIRES: rdar126006489
8+
79
@available(SwiftStdlib 5.1, *)
810
actor A {
911
func f() { } // expected-note 5{{calls to instance method 'f()' from outside of its actor context are implicitly asynchronous}}

0 commit comments

Comments
 (0)