Skip to content

Commit 4f6b6e6

Browse files
committed
[Test] Require concurrency in DebugInfo/async-args.swift.
1 parent f79fdd4 commit 4f6b6e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/DebugInfo/async-args.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// RUN: %target-swift-frontend %s -emit-ir -g -o - \
22
// RUN: -module-name M -enable-experimental-concurrency | %FileCheck %s
3+
// REQUIRES: concurrency
34

45
func use<T>(_ t: T) {}
56
func forceSplit() async {

0 commit comments

Comments
 (0)