File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 8
8
// REQUIRES: swift_test_mode_optimize_none
9
9
// REQUIRES: concurrency
10
10
// UNSUPPORTED: use_os_stdlib
11
- // REQUIRES: waiting_on_automerger
11
+
12
+ // Windows does not do swiftailcc
13
+ // XFAIL: OS=windows-msvc
12
14
13
15
import _Concurrency
14
16
15
17
16
18
// CHECK: running
19
+ // CHECK-LL: @"$s4main3runyyY{{.*}}FTu" = hidden global %swift.async_func_pointer
17
20
18
- // CHECK-LL: @"$s4main3runyyYFTu" = hidden global %swift.async_func_pointer
19
-
20
- // CHECK-LL: define hidden swift{{(tail)?}}cc void @"$s4main3runyyYF"(%swift.context* swiftasync {{%[0-9]+}}) {{#[0-9]*}}
21
+ // CHECK-LL: define {{.*}}hidden swift{{(tail)?}}cc void @"$s4main3runyyY{{.*}}F"(%swift.context* swiftasync {{%[0-9]+}}) {{#[0-9]*}}
21
22
// CHECK-LL: musttail call swifttailcc void
22
23
dynamic func run( ) async {
23
24
print ( " running " )
You can’t perform that action at this time.
0 commit comments