Skip to content

Commit a3345de

Browse files
committed
[TypeChecker] NFC: Restrict executable test for type inference from defaults to macOS
1 parent 26d8552 commit a3345de

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)