Skip to content

Commit f1ad1be

Browse files
committed
MAke FileCheck more general to not worry about nullability of UIApplicationMain from C
1 parent 576cb02 commit f1ad1be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILGen/UIApplicationMain.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import UIKit
2929
class MyDelegate : UIApplicationDelegate {}
3030

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

0 commit comments

Comments
 (0)