Skip to content

Commit 3870455

Browse files
committed
Fix typo
1 parent 9f4b10f commit 3870455

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/HelixTasks/AssemblyScheduler.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Licensed to the .NET Foundation under one or more agreements.
1+
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

44
using System.Reflection;
@@ -175,7 +175,7 @@ public IEnumerable<AssemblyPartitionInfo> Schedule(string assemblyPath, bool for
175175
var typeInfoList = GetTypeInfoList(assemblyPath);
176176
var assemblyInfoList = new List<AssemblyPartitionInfo>();
177177
var partitionList = new List<Partition>();
178-
AssemblyInfoBuilder.Build(assemblyPath, _methodLimit, typeInfoList, out partitionList, out assemblyInfoList;
178+
AssemblyInfoBuilder.Build(assemblyPath, _methodLimit, typeInfoList, out partitionList, out assemblyInfoList);
179179

180180
// If the scheduling didn't actually produce multiple partition then send back an unpartitioned
181181
// representation.

0 commit comments

Comments
 (0)