Skip to content

Commit 81fca31

Browse files
committed
Add a typecheck perf test for inferring array-of-tuples.
1 parent b026a07 commit 81fca31

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
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)