Skip to content

Commit 4bf38ea

Browse files
committed
Fix FileCheck test for back-deployed concurrency.
Fixes rdar://83840279.
1 parent a2e0964 commit 4bf38ea

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/Concurrency/Backdeploy/mangling.swift

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
// REQUIRES: executable_test
1818
// REQUIRES: concurrency_runtime
1919

20-
// REQUIRES: rdar83840279
21-
2220
actor MyActor { }
2321

2422
protocol MyProtocol {
@@ -80,8 +78,8 @@ assert(assocIsolated(MyStruct.self) == ActorIsolatedFn.self)
8078
// NEW-NOT: call swiftcc %swift.metadata_response @"$syyScMYccMa"
8179
// NEW: call %swift.type* @__swift_instantiateConcreteTypeFromMangledName({ i32, i32 }* @"$syyScMYccMD")
8280

83-
// OLD: call swiftcc %swift.metadata_response @"$sSS4main7MyActorCYicMa"(i64 0) #3
81+
// OLD: call swiftcc %swift.metadata_response @"$sSS4main7MyActorCYicMa"(i64 0)
8482
// OLD-NOT: call %swift.type* @__swift_instantiateConcreteTypeFromMangledName({ i32, i32 }* @"$sSS4main7MyActorCYicMD")
8583

86-
// NEW-NOT: call swiftcc %swift.metadata_response @"$sSS4main7MyActorCYicMa"(i64 0) #3
84+
// NEW-NOT: call swiftcc %swift.metadata_response @"$sSS4main7MyActorCYicMa"(i64 0)
8785
// NEW: call %swift.type* @__swift_instantiateConcreteTypeFromMangledName({ i32, i32 }* @"$sSS4main7MyActorCYicMD")

0 commit comments

Comments
 (0)