Skip to content

Commit 0c45030

Browse files
authored
Merge pull request swiftlang#9075 from swiftix/partial-specialization-fixes
2 parents 539cba9 + 0ec4d88 commit 0c45030

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/SILOptimizer/devirt_protocol_method_invocations.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ public func test_devirt_protocol_extension_method_invocation_with_self_return_ty
7575
}
7676

7777
// CHECK: sil @_T034devirt_protocol_method_invocations12test24114020SiyF
78-
// CHECK: [[T0:%.*]] = integer_literal $Builtin.Int64, 1
79-
// CHECK: [[T1:%.*]] = struct $Int ([[T0]] : $Builtin.Int64)
78+
// CHECK: [[T0:%.*]] = integer_literal $Builtin.Int{{.*}}, 1
79+
// CHECK: [[T1:%.*]] = struct $Int ([[T0]] : $Builtin.Int{{.*}})
8080
// CHECK: return [[T1]]
8181

8282
// CHECK: sil @_T034devirt_protocol_method_invocations14testExMetatypeSiyF

0 commit comments

Comments
 (0)