Skip to content

Commit 92b3e15

Browse files
committed
Fix test for 32-bit, this time more comprehensively.
1 parent 34ca3e9 commit 92b3e15

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

test/IRGen/foreign_types.sil

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
// RUN: %target-swift-frontend -I %S/Inputs/abi %s -emit-ir | FileCheck %s
22

3-
// FIXME: SR-1071 test or compiler has an incorrect 64-bit dependency
4-
// UNSUPPORTED: PTRSIZE=32
5-
63
sil_stage canonical
74
import c_layout
85

@@ -15,8 +12,8 @@ import c_layout
1512
// CHECK-SAME: [[INT]] 1,
1613
// CHECK-SAME: [[INT]] sub ({{.*}}),
1714
// CHECK-SAME: %swift.type* null,
18-
// CHECK-SAME: i64 0,
19-
// CHECK-SAME: i64 4 }
15+
// CHECK-SAME: [[INT]] 0,
16+
// CHECK-SAME: [[INT]] 4 }
2017

2118
sil @test0 : $() -> () {
2219
bb0:

0 commit comments

Comments
 (0)