Skip to content

Commit c475105

Browse files
authored
Merge pull request #36933 from nate-chandler/wrangle/test/IRGen/partial_apply_run_generic_method1.sil
2 parents b941835 + 2bf2391 commit c475105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/partial_apply_run_generic_method1.sil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import Swift
1616
import SwiftShims
1717

1818
// CHECK-LL-LABEL: define hidden swiftcc void @call_generic_function
19-
// CHECK-LL: call swiftcc void @"$sTA"
19+
// CHECK-LL: call swiftcc void{{(.*)}} @"$sTA
2020
sil hidden [ossa] @call_generic_function : $@convention(thin) <On, T where On : C> (@guaranteed On, @in_guaranteed T) -> @out T {
2121
bb0(%out : $*T, %on_guaranteed : @guaranteed $On, %in : $*T):
2222
%on = copy_value %on_guaranteed : $On

0 commit comments

Comments
 (0)