From 376b3926889091e09ef8c03511da1ccf27c8e6fe Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Fri, 15 Nov 2024 18:59:27 -0500 Subject: [PATCH] Fix test/IRGen/keypath_protocol_extension.swift Fixes rdar://139993108. --- test/IRGen/keypath_protocol_extension.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/IRGen/keypath_protocol_extension.swift b/test/IRGen/keypath_protocol_extension.swift index bf1122d8e80..09c732f9615 100644 --- a/test/IRGen/keypath_protocol_extension.swift +++ b/test/IRGen/keypath_protocol_extension.swift @@ -1,6 +1,6 @@ // RUN: %empty-directory(%t) // RUN: %target-swift-frontend -emit-module %S/Inputs/keypath_protocol_extension_other.swift -emit-module-path %t/keypath_protocol_extension_other.swiftmodule -// RUN: %target-swift-frontend -emit-ir %s -I %t +// RUN: %target-swift-frontend -target %target-swift-5.7-abi-triple -emit-ir %s -I %t import keypath_protocol_extension_other