File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: %empty-directory(%t)
2
2
// RUN: %target-clang -fobjc-arc %S/Inputs/objc_async.m -c -o %t/objc_async_objc.o
3
- // RUN: %target-build-swift -Xfrontend -enable-experimental-concurrency -parse-as-library -module-name main -import-objc-header %S/Inputs/objc_async.h %s %t/objc_async_objc.o -o %t/objc_async
3
+ // RUN: %target-build-swift -Xfrontend -enable-experimental-concurrency -Xfrontend -disable-availability-checking - parse-as-library -module-name main -import-objc-header %S/Inputs/objc_async.h %s %t/objc_async_objc.o -o %t/objc_async
4
4
// RUN: %target-run %t/objc_async | %FileCheck %s
5
5
6
6
// REQUIRES: executable_test
@@ -50,6 +50,8 @@ class Clbuttic: Butt {
50
50
// CHECK-NEXT: called into override
51
51
// CHECK-NEXT: butt {{.*}} named clbuttic occurred at 679
52
52
scheduleButt ( Clbuttic ( ) , " clbuttic " )
53
+
54
+ await Task . sleep ( 500_000 )
53
55
}
54
56
}
55
57
You can’t perform that action at this time.
0 commit comments