Skip to content

Commit 4f66824

Browse files
committed
Fix mangled name in no-asserts standard library test.
1 parent 15f4ee7 commit 4f66824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILOptimizer/array_contentof_opt.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public func testThreeInts(_ a: inout [Int]) {
3232

3333
// CHECK-LABEL: sil @{{.*}}testTooManyInts
3434
// CHECK-NOT: apply
35-
// CHECK: [[F:%[0-9]+]] = function_ref @$SSa6append10contentsOfyqd___t7ElementQyd__Rszs8SequenceRd__lFSi_SaySiGTg5
35+
// CHECK: [[F:%[0-9]+]] = function_ref @$SSa6append10contentsOfyqd___t7ElementQyd__RszSTRd__lFSi_SaySiGTg5
3636
// CHECK-NOT: apply
3737
// CHECK: apply [[F]]
3838
// CHECK-NOT: apply

0 commit comments

Comments
 (0)