Skip to content

Commit 3ebd9be

Browse files
authored
Merge pull request swiftlang#35095 from davezarzycki/pr35095
2 parents 8f136f3 + f80a1f9 commit 3ebd9be

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)