Skip to content

Commit 9644136

Browse files
committed
Add a missing REQUIRES to a test.
1 parent d79fcb6 commit 9644136

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Concurrency/attr_execution.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %target-swift-emit-silgen -enable-experimental-feature NonIsolatedAsyncInheritsIsolationFromContext %s | %FileCheck %s
22

33
// REQUIRES: asserts
4+
// REQUIRES: swift_feature_NonIsolatedAsyncInheritsIsolationFromContext
45

56

67
// CHECK-LABEL: // concurrentTest()

0 commit comments

Comments
 (0)