Skip to content

Commit 904d0cf

Browse files
committed
Generalize FileCheck'ing of IRGen testcase slightly
1 parent 8ef9f7f commit 904d0cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/IRGen/isolated_conformance.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ protocol P {
1414
// CHECK-SAME: ptr @"$s20isolated_conformance1XVMn"
1515
// CHECK-SAME: ptr @"$s20isolated_conformance1XVyxGAA1PAAWP
1616
// CHECK-SAME: i32 524288
17-
// CHECK-SAME: @"symbolic ScM"
18-
// CHECK-SAME: ptr @"got.$sScMs11GlobalActorsMc"
17+
// CHECK-SAME: symbolic ScM"
18+
// CHECK-SAME: $sScMs11GlobalActorsMc"
1919
@MainActor
2020
struct X<T>: isolated P {
2121
func f() { }

0 commit comments

Comments
 (0)