We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ff69a0 + 9f81e3a commit 85b5267Copy full SHA for 85b5267
test/DebugInfo/async-let-await.swift
@@ -3,6 +3,7 @@
3
// RUN: -parse-as-library | %FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-%target-ptrsize
4
5
// REQUIRES: concurrency
6
+// REQUIRES: CPU=x86_64 || CPU=arm64
7
8
public func getVegetables() async -> [String] {
9
return ["leek", "carrot"]
test/DebugInfo/async-local-var.swift
@@ -2,6 +2,7 @@
2
// RUN: -module-name a -disable-availability-checking \
// RUN: | %FileCheck %s --check-prefix=CHECK
func getString() async -> String {
return ""
0 commit comments