Skip to content

Commit d6ebdc3

Browse files
authored
Merge pull request #83256 from eeckstein/fix-test
tests: fix check-line in IRGen/dynamic_self_cast.swift
2 parents 24210cf + 68950d6 commit d6ebdc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/dynamic_self_cast.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class SelfCasts {
3535
}
3636

3737
// CHECK-LABEL: define {{(dllexport )?}}{{(protected )?}}swiftcc ptr @"$s17dynamic_self_cast9SelfCastsC016classGenericFromD0xyRlzClFZ"(ptr %T, ptr swiftself %0)
38-
// CHECK: call ptr @swift_dynamicCastUnknownClassUnconditional(ptr {{%.*}}, ptr %T, ptr null, i32 0, i32 0) #4
38+
// CHECK: call ptr @swift_dynamicCastUnknownClassUnconditional(ptr {{%.*}}, ptr %T, ptr null, i32 0, i32 0)
3939
// CHECK: ret
4040
public static func classGenericFromSelf<T : AnyObject>() -> T {
4141
let s = Self()

0 commit comments

Comments
 (0)