Skip to content

Commit ff9e2b1

Browse files
committed
Sema: Change a performance test case to not build a one-element tuple
1 parent 387c21f commit ff9e2b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation-test/Sema/type_checker_perf/fast/rdar21720888.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
_ = [
66
%for i in range(0, N):
7-
(label: "string"),
7+
(label: "string", another: 123),
88
%end
99
]

0 commit comments

Comments
 (0)