Skip to content

Commit 9733b86

Browse files
Merge pull request #42051 from LucianoPAlmeida/minor-test-m1
[test] Make spi-available-inline test target dynamic
2 parents 0fba610 + 11a66dc commit 9733b86

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)