Skip to content

Commit 1b2a3d3

Browse files
authored
Merge pull request #77659 from slavapestov/fix-rdar139993108
Fix test/IRGen/keypath_protocol_extension.swift
2 parents 6248a2a + 376b392 commit 1b2a3d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/keypath_protocol_extension.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %empty-directory(%t)
22
// RUN: %target-swift-frontend -emit-module %S/Inputs/keypath_protocol_extension_other.swift -emit-module-path %t/keypath_protocol_extension_other.swiftmodule
3-
// RUN: %target-swift-frontend -emit-ir %s -I %t
3+
// RUN: %target-swift-frontend -target %target-swift-5.7-abi-triple -emit-ir %s -I %t
44

55
import keypath_protocol_extension_other
66

0 commit comments

Comments
 (0)