Skip to content

Commit e77714b

Browse files
committed
Fix windows test harder.
1 parent 285f03e commit e77714b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

test/IRGen/moveonly_deinits.swift

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ var value: Bool { false }
6161
// Struct Tests //
6262
//////////////////
6363

64-
// IR-LABEL: define swiftcc void @"$s16moveonly_deinits24testIntPairWithoutDeinityyF"()
64+
// IR-LABEL: define {{.*}}swiftcc void @"$s16moveonly_deinits24testIntPairWithoutDeinityyF"()
6565
// IR: br i1 {{%.*}}, label %[[BB1:[0-9]+]], label %[[BB2:[0-9]+]]
6666
//
6767
// IR: [[BB1]]:
@@ -81,7 +81,7 @@ public func testIntPairWithoutDeinit() {
8181
}
8282
}
8383

84-
// IR-LABEL: define swiftcc void @"$s16moveonly_deinits21testIntPairWithDeinityyF"()
84+
// IR-LABEL: define {{.*}}swiftcc void @"$s16moveonly_deinits21testIntPairWithDeinityyF"()
8585
// IR: br i1 {{%.*}}, label %[[BB1:[0-9]+]], label %[[BB2:[0-9]+]]
8686
//
8787
// IR: [[BB1]]:
@@ -102,7 +102,7 @@ public func testIntPairWithDeinit() {
102102
}
103103
}
104104

105-
// IR-LABEL: define swiftcc void @"$s16moveonly_deinits26testKlassPairWithoutDeinityyF"()
105+
// IR-LABEL: define {{.*}}swiftcc void @"$s16moveonly_deinits26testKlassPairWithoutDeinityyF"()
106106
// IR: br i1 {{%.*}}, label %[[BB1:[0-9]+]], label %[[BB2:[0-9]+]]
107107
//
108108
// IR: [[BB1]]:
@@ -124,7 +124,7 @@ public func testKlassPairWithoutDeinit() {
124124
}
125125
}
126126

127-
// IR-LABEL: define swiftcc void @"$s16moveonly_deinits23testKlassPairWithDeinityyF"()
127+
// IR-LABEL: define {{.*}}swiftcc void @"$s16moveonly_deinits23testKlassPairWithDeinityyF"()
128128
// IR: br i1 {{%.*}}, label %[[BB1:[0-9]+]], label %[[BB2:[0-9]+]]
129129
//
130130
// IR: [[BB1]]:
@@ -190,7 +190,7 @@ func consumeKlassEnumPairWithDeinit(_ x: __owned KlassEnumPairWithDeinit) { }
190190
// Enum Tests //
191191
////////////////
192192

193-
// IR-LABEL: define swiftcc void @"$s16moveonly_deinits28testIntEnumPairWithoutDeinityyF"()
193+
// IR-LABEL: define {{.*}}swiftcc void @"$s16moveonly_deinits28testIntEnumPairWithoutDeinityyF"()
194194
// IR: br i1 {{%.*}}, label %[[BB1:[0-9]+]], label %[[BB2:[0-9]+]]
195195
//
196196
// IR: [[BB1]]:
@@ -210,7 +210,7 @@ public func testIntEnumPairWithoutDeinit() {
210210
}
211211
}
212212

213-
// IR-LABEL: define swiftcc void @"$s16moveonly_deinits25testIntEnumPairWithDeinityyF"()
213+
// IR-LABEL: define {{.*}}swiftcc void @"$s16moveonly_deinits25testIntEnumPairWithDeinityyF"()
214214
// IR: br i1 {{%.*}}, label %[[BB1:[0-9]+]], label %[[BB2:[0-9]+]]
215215
//
216216
// IR: [[BB1]]:
@@ -231,7 +231,7 @@ public func testIntEnumPairWithDeinit() {
231231
}
232232
}
233233

234-
// IR-LABEL: define swiftcc void @"$s16moveonly_deinits30testKlassEnumPairWithoutDeinityyF"()
234+
// IR-LABEL: define {{.*}}swiftcc void @"$s16moveonly_deinits30testKlassEnumPairWithoutDeinityyF"()
235235
// IR: br i1 {{%.*}}, label %[[BB1:[0-9]+]], label %[[BB2:[0-9]+]]
236236
//
237237
// IR: [[BB1]]:
@@ -290,7 +290,7 @@ public func testKlassEnumPairWithoutDeinit() {
290290
// SIL-NOT: release_value
291291
// SIL: } // end sil function '$s16moveonly_deinits27testKlassEnumPairWithDeinityyF'
292292

293-
// IR-LABEL: define swiftcc void @"$s16moveonly_deinits27testKlassEnumPairWithDeinityyF"()
293+
// IR-LABEL: define {{.*}}swiftcc void @"$s16moveonly_deinits27testKlassEnumPairWithDeinityyF"()
294294
// IR: br i1 {{%.*}}, label %[[BB1:[0-9]+]], label %[[BB2:[0-9]+]]
295295
//
296296
// IR: [[BB1]]:

0 commit comments

Comments
 (0)