Skip to content

Commit 494e87e

Browse files
committed
[embedded] Adjust embedded/opaque-return-types.swift test to build against a new deployment target
1 parent 5e4ae5e commit 494e87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/embedded/opaque-return-types.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-swift-emit-ir %s -enable-experimental-feature Embedded | %FileCheck %s
1+
// RUN: %target-swift-emit-ir %s -target %target-cpu-apple-macos14 -enable-experimental-feature Embedded | %FileCheck %s
22

33
// REQUIRES: swift_in_compiler
44
// REQUIRES: VENDOR=apple

0 commit comments

Comments
 (0)