Skip to content

Commit 2f01713

Browse files
committed
Try to fix test for linux
1 parent c012196 commit 2f01713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/prespecialized-metadata/class-fileprivate-inmodule-1argument-1distinct_use.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ doit()
9898

9999
// CHECK: define linkonce_odr hidden swiftcc %swift.metadata_response @"$s4main5Value[[UNIQUE_ID_4]]CySiGMb"([[INT]] {{%[0-9]+}}) {{#[0-9]}} {{(section)?.*}}{
100100
// CHECK-apple: [[INITIALIZED_CLASS:%[0-9]+]] = call ptr @objc_opt_self(
101-
// CHECK-SAME: $s4main5Value[[UNIQUE_ID_1]]CySiGMf
101+
// CHECK-apple-SAME: $s4main5Value[[UNIQUE_ID_1]]CySiGMf
102102
// CHECK-apple: [[PARTIAL_METADATA_RESPONSE:%[0-9]+]] = insertvalue %swift.metadata_response undef, ptr [[INITIALIZED_CLASS]], 0
103103
// CHECK-apple: [[METADATA_RESPONSE:%[0-9]+]] = insertvalue %swift.metadata_response [[PARTIAL_METADATA_RESPONSE]], [[INT]] 0, 1
104104
// CHECK-apple: ret %swift.metadata_response [[METADATA_RESPONSE]]

0 commit comments

Comments
 (0)