Skip to content

Commit 1769325

Browse files
committed
[Compile perf] Make scale-test conditional on assertions, rdar://29090287
1 parent 7d038c4 commit 1769325

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: OS=macosx, tools-release
2+
// REQUIRES: OS=macosx, tools-release, assertions
33

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

0 commit comments

Comments
 (0)