Skip to content

Commit a0bf69b

Browse files
authored
Merge pull request #33381 from compnerd/33379
test: repair Serialization.autolinking after #33379
2 parents c6bc6f0 + 72e6bbc commit a0bf69b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Serialization/autolinking.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ import someModule
4040
// NO-FORCE-LOAD-NOT: FORCE_LOAD
4141
// NO-FORCE-LOAD-NOT -lmodule
4242
// NO-FORCE-LOAD-NOT -lmagic
43-
// FORCE-LOAD: define{{( dllexport)?}} void @"_swift_FORCE_LOAD_$_module"() {{(comdat )?(#[0-9]+ )?}}{
43+
// FORCE-LOAD: define{{( dllexport)?}} void @"_swift_FORCE_LOAD_$_module"() {{(#[0-9]+)?( comdat)?}} {
4444
// FORCE-LOAD: ret void
4545
// FORCE-LOAD: }
46-
// FORCE-LOAD-HEX: define{{( dllexport)?}} void @"_swift_FORCE_LOAD_$306d6f64756c65"() {{(comdat )?(#[0-9]+ )?}}{
46+
// FORCE-LOAD-HEX: define{{( dllexport)?}} void @"_swift_FORCE_LOAD_$306d6f64756c65"() {{(#[0-9]+)?( comdat)?}} {
4747
// FORCE-LOAD-HEX: ret void
4848
// FORCE-LOAD-HEX: }
4949

0 commit comments

Comments
 (0)