Skip to content

Commit 9900c4f

Browse files
authored
Merge pull request #36831 from rjmccall/windows-test-fix
Fix test on PE/COFF
2 parents 2922151 + bb31dcc commit 9900c4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/IRGen/async/default_actor.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
// CHECK: @"$s13default_actor1ACMn" = hidden constant
77
// 0x81000050: 0x01000000 IsDefaultActor
8-
// CHECK-SAME: i32 -2130706352,
8+
// 0x81010050: the same, but using a singleton metadata initialization
9+
// CHECK-SAME: i32 {{-2130706352|-2130640816}},
910

1011
// CHECK: @"$s13default_actor1BCMn" = hidden constant
1112
// 0x62010050: 0x02000000 IndirectTypeDescriptor + 0x01000000 IsDefaultActor

0 commit comments

Comments
 (0)