Skip to content

Commit be99a3b

Browse files
authored
Merge pull request swiftlang#5630 from graydon/fix-simulator-test-fallout-from-PR-5588
Restrict scale-test to macosx, avoid breaking simulators.
2 parents 4fe43e3 + 63f5a4b commit be99a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation-test/compiler_scale/scale_neighbouring_getset.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: %scale-test --sum-multi --parse --begin 5 --end 16 --step 5 --select typeCheckAbstractFunctionBody %s
2-
// REQUIRES: tools-release
2+
// REQUIRES: OS=macosx, tools-release
33

44
struct Struct${N} {
55
% if int(N) > 1:

0 commit comments

Comments
 (0)