Skip to content

Commit b6daad3

Browse files
authored
Merge pull request #68960 from aschwaighofer/disable_test_typed_throw_32bit
Disable typed_throws test on 32 bit
2 parents 9f76c19 + 2031dcd commit b6daad3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/IRGen/typed_throws.sil

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// RUN: %target-swift-frontend -primary-file %s -emit-irgen | %FileCheck %s --check-prefix=CHECK
22

3+
// REQUIRES: PTRSIZE=64
4+
35
sil_stage canonical
46

57
import Builtin

0 commit comments

Comments
 (0)