Skip to content

Commit 2f9a332

Browse files
authored
Merge pull request #7726 from rudkx/scale-test-array-of-tuples
Add a typecheck perf test for inferring array-of-tuples.
2 parents 7b3749d + 81fca31 commit 2f9a332

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// RUN: not %scale-test -O --begin 1 --end 3 --step 1 --select incrementScopeCounter %s
2+
// REQUIRES: OS=macosx
3+
// REQUIRES: asserts
4+
5+
let a = [
6+
%for i in range(0, N):
7+
(1, 1),
8+
%end
9+
]

0 commit comments

Comments
 (0)