Skip to content

Commit 72d3d30

Browse files
committed
add regression test for -disable-implicit-concurrency-module-import
1 parent 8624643 commit 72d3d30

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// RUN: %target-typecheck-verify-swift -enable-experimental-concurrency -disable-implicit-concurrency-module-import
2+
// REQUIRES: concurrency
3+
4+
5+
protocol P : Actor { } // expected-error{{cannot find type 'Actor' in scope}}

0 commit comments

Comments
 (0)