Skip to content

Commit 854cb66

Browse files
authored
Merge pull request #39688 from aschwaighofer/fix_pre_specialize-macos_arm64
2 parents 51f92f2 + c2546b5 commit 854cb66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILOptimizer/pre_specialize-macos.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// RUN: %target-swift-frontend -I %t -O -emit-sil -target x86_64-apple-macos11 %s | %FileCheck %s --check-prefix=OPT --check-prefix=CHECK
55
// RUN: %target-swift-frontend -I %t -O -emit-sil -target x86_64-apple-macosx10.9 %s | %FileCheck %s --check-prefix=NOOPT --check-prefix=CHECK
66

7-
// REQUIRES: OS=macosx
7+
// REQUIRES: OS=macosx && CPU=x86_64
88

99
import pre_specialized_module
1010
import pre_specialized_module2

0 commit comments

Comments
 (0)