Skip to content

Commit 28b3bf2

Browse files
Merge pull request #72059 from nate-chandler/test/20240304/1
[Test] Removed unneeded check line.
2 parents a59de54 + f4f3712 commit 28b3bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/moveonly_value_functions_onone.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public enum OuterMultiPayloadNC_4<T>: ~Copyable {
157157
// CHECK: [[OUTER_DEINITING_NC_1_METADATA:%[^,]+]] = extractvalue %swift.metadata_response [[RESPONSE]]
158158
// CHECK: call{{.*}} @"$s30moveonly_value_functions_onone18OuterDeinitingNC_1VfD"(
159159
// CHECK-SAME: ptr [[OUTER_DEINITING_NC_1_METADATA]],
160-
// CHECK-SAME: ptr{{.*}} %t)
160+
// : ptr{{.*}} %t)
161161
// CHECK: }
162162
public func takeOuterDeinitingNC_1<T>(_ t: consuming OuterDeinitingNC_1<T>) {
163163
external_symbol()

0 commit comments

Comments
 (0)