Skip to content

Commit 11a66dc

Browse files
Make spi-available-inline test target dynamic
1 parent 3f37fc0 commit 11a66dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Sema/spi-available-inline.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// REQUIRES: VENDOR=apple
2-
// RUN: %target-typecheck-verify-swift -target x86_64-apple-macosx11.9
2+
// RUN: %target-typecheck-verify-swift -target %target-cpu-apple-macosx11.9
33

44
@_spi_available(macOS 10.4, *)
55
public class MacOSSPIClass { public init() {} }

0 commit comments

Comments
 (0)