Skip to content

Commit c7cd0d0

Browse files
committed
Fix failing 32bit tests: IRGen/typed_throws.swift
rdar://118336279
1 parent 88b3c57 commit c7cd0d0

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)