Skip to content

Commit 67c679b

Browse files
authored
Merge pull request #41708 from xedin/rdar-89908188
[TypeChecker] NFC: Restrict type inference from defaults test to 64-b…
2 parents 3562ffa + 544c5b4 commit 67c679b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Constraints/type_inference_from_default_exprs_executable_test.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RUN: %target-build-swift -module-name main -Xfrontend -enable-experimental-type-inference-from-defaults -parse-as-library -I %t %s %S/Inputs/type_inference_via_defaults_other_module.swift -o %t/a.out
44
// RUN: %target-run %t/a.out | %FileCheck %s --color
55

6-
// REQUIRES: OS=macosx
6+
// REQUIRES: OS=macosx && CPU=x86_64
77

88
protocol P {
99
associatedtype X

0 commit comments

Comments
 (0)