Skip to content

Commit 045aa90

Browse files
Merge pull request #80673 from nate-chandler/rdar148907715
[Test] Loosen check lines in this test.
2 parents 5c54e3a + c9bd174 commit 045aa90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/IRGen/coroutine_accessors.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public var irm: Int {
9797
// CHECK-SAME: ptr @"$s19coroutine_accessors1SV3irmSivyTwc",
9898
// CHECK-SAME: ptr [[ALLOCATOR]],
9999
// CHECK-SAME: ptr [[FRAME]],
100-
// CHECK-SAME: ptr @"$s19coroutine_accessors1SVSiIetMIgYy_TC",
100+
// CHECK-SAME: $s19coroutine_accessors1SVSiIetMIgYy_TC
101101
// CHECK-SAME: ptr @_swift_coro_alloc,
102102
// CHECK-SAME: ptr @_swift_coro_dealloc
103103
// CHECK-SAME: )
@@ -134,7 +134,7 @@ public var irm: Int {
134134
// CHECK-SAME: ptr @"$s19coroutine_accessors1SV3irmSivxTwc",
135135
// CHECK-SAME: ptr [[ALLOCATOR]],
136136
// CHECK-SAME: ptr [[FRAME]],
137-
// CHECK-SAME: ptr @"$s19coroutine_accessors1SVSiIetMIlYl_TC",
137+
// CHECK-SAME: $s19coroutine_accessors1SVSiIetMIlYl_TC
138138
// CHECK-SAME: ptr @_swift_coro_alloc,
139139
// CHECK-SAME: ptr @_swift_coro_dealloc
140140
// CHECK-SAME: )

0 commit comments

Comments
 (0)