Skip to content

Commit ad4946d

Browse files
Update bench-run/src/main/scala/dotty/tools/benchmarks/specialization/Functions.scala
Co-authored-by: Nicolas Stucki <[email protected]>
1 parent 06fe7a9 commit ad4946d

File tree

1 file changed

+1
-1
lines changed
  • bench-run/src/main/scala/dotty/tools/benchmarks/specialization

1 file changed

+1
-1
lines changed

bench-run/src/main/scala/dotty/tools/benchmarks/specialization/Functions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Functions {
99
var count = 0
1010
while count < x do
1111
op
12-
count += x
12+
count += 1
1313
}
1414

1515
class ByName {

0 commit comments

Comments
 (0)