Skip to content

Commit 376b392

Browse files
committed
Fix test/IRGen/keypath_protocol_extension.swift
Fixes rdar://139993108.
1 parent 4f32598 commit 376b392

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)