Skip to content

Commit b58df18

Browse files
[DebugInfo][[test] Fix incorrect CHECK lines on 32-bit architectures
A previous commit added a check for a store of `i32`, which would not work for 32-bit targets. In order to avoid having multiple test, this commit addresses the issue by requiring a 64-bit architecture for the target. This follows the example of other async debug info tests.
1 parent 242fe5c commit b58df18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/DebugInfo/async-let.swift

+1
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)