We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1519bb commit b736951Copy full SHA for b736951
test/IRGen/enum_resilience_objc.swift
@@ -6,7 +6,7 @@
6
// REQUIRES: objc_interop
7
8
// 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] }>
+// CHECK: %T15enum_resilience9ContainerC5Multi33_{{.*}}LLO.0 = type <{ [{{(8|4)}} x i8], [1 x i8] }>
10
11
import resilient_struct
12
0 commit comments