Skip to content

Commit c88d754

Browse files
committed
Update iOS test for asmname change
1 parent c814fe3 commit c88d754

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/SILGen/UIApplicationMain.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ import UIKit
2929
class MyDelegate : UIApplicationDelegate {}
3030

3131
// CHECK-LABEL: sil [ossa] @main
32-
// CHECK: function_ref @UIApplicationMain
32+
// CHECK: function_ref @$sSo17UIApplicationMainys5Int32VAC_SpySpys4Int8VGSgGSgSSSgAJtFTo
3333
// IR-LABEL: define{{( protected)?}} i32 @main
34-
// IR: call i32 @UIApplicationMain
34+
// IR: call i32 @$sSo17UIApplicationMainys5Int32VAC_SpySpys4Int8VGSgGSgSSSgAJtFTo
3535

3636
// Ensure that we coexist with normal references to the functions we
3737
// implicitly reference in the synthesized main.

0 commit comments

Comments
 (0)