Skip to content

Commit ae02d05

Browse files
authored
Merge pull request #41638 from xedin/rdar-89708883
[TypeChecker] NFC: Restrict executable test for type inference from d…
2 parents a02c7e7 + a3345de commit ae02d05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Constraints/type_inference_from_default_exprs_executable_test.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
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
7+
68
protocol P {
79
associatedtype X
810
}

0 commit comments

Comments
 (0)