Skip to content

Commit bb5fd84

Browse files
Merge pull request #69817 from aschwaighofer/fix_32bit_failure_typed_throws
Fix failing 32bit tests: IRGen/typed_throws.swift
2 parents 44e1e54 + c7cd0d0 commit bb5fd84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/IRGen/typed_throws.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// RUN: %target-swift-frontend -primary-file %s -emit-ir -enable-experimental-feature TypedThrows | %FileCheck %s --check-prefix=CHECK
66

77
// XFAIL: CPU=arm64e
8+
// REQUIRES: PTRSIZE=64
89

910
enum MyBigError: Error {
1011
case epicFail

0 commit comments

Comments
 (0)