Skip to content

Commit b736951

Browse files
committed
Fix test again
1 parent f1519bb commit b736951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/enum_resilience_objc.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// REQUIRES: objc_interop
77

88
// Because the enum is resilient we cannot pack the tag into the pointer inside of the resilient payload.
9-
// CHECK: %T15enum_resilience9ContainerC5Multi33_59077B69D65A4A3BEE0C93708067D5F0LLO.0 = type <{ [{{(8|4)}} x i8], [1 x i8] }>
9+
// CHECK: %T15enum_resilience9ContainerC5Multi33_{{.*}}LLO.0 = type <{ [{{(8|4)}} x i8], [1 x i8] }>
1010

1111
import resilient_struct
1212

0 commit comments

Comments
 (0)