Skip to content

Commit fa79471

Browse files
Merge pull request #35287 from nate-chandler/test/async-args
[Test] Require concurrency in DebugInfo/async-args.swift.
2 parents 7562adc + 4f6b6e6 commit fa79471

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)