File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
test/Concurrency/Backdeploy Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 17
17
// REQUIRES: executable_test
18
18
// REQUIRES: concurrency_runtime
19
19
20
- // REQUIRES: rdar83840279
21
-
22
20
actor MyActor { }
23
21
24
22
protocol MyProtocol {
@@ -80,8 +78,8 @@ assert(assocIsolated(MyStruct.self) == ActorIsolatedFn.self)
80
78
// NEW-NOT: call swiftcc %swift.metadata_response @"$syyScMYccMa"
81
79
// NEW: call %swift.type* @__swift_instantiateConcreteTypeFromMangledName({ i32, i32 }* @"$syyScMYccMD")
82
80
83
- // OLD: call swiftcc %swift.metadata_response @"$sSS4main7MyActorCYicMa"(i64 0) #3
81
+ // OLD: call swiftcc %swift.metadata_response @"$sSS4main7MyActorCYicMa"(i64 0)
84
82
// OLD-NOT: call %swift.type* @__swift_instantiateConcreteTypeFromMangledName({ i32, i32 }* @"$sSS4main7MyActorCYicMD")
85
83
86
- // NEW-NOT: call swiftcc %swift.metadata_response @"$sSS4main7MyActorCYicMa"(i64 0) #3
84
+ // NEW-NOT: call swiftcc %swift.metadata_response @"$sSS4main7MyActorCYicMa"(i64 0)
87
85
// NEW: call %swift.type* @__swift_instantiateConcreteTypeFromMangledName({ i32, i32 }* @"$sSS4main7MyActorCYicMD")
You can’t perform that action at this time.
0 commit comments