Skip to content

Commit 11e3ea5

Browse files
Merge pull request #77703 from felipepiovezan/felipe/fix_async_64bit_test
[DebugInfo][[test] Fix incorrect CHECK lines on 32-bit architectures
2 parents fd5076e + b58df18 commit 11e3ea5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/DebugInfo/async-let.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// RUN: -parse-as-library | %FileCheck %s --check-prefix=CHECK
44

55
// REQUIRES: concurrency
6+
// REQUIRES: CPU=x86_64 || CPU=arm64
67

78
public actor Alice {
89
let bob = Bob()

0 commit comments

Comments
 (0)