Skip to content

Commit 86088a1

Browse files
author
Shauheen
committed
Fixing test for cherry-picks
1 parent 854cfec commit 86088a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.ML.TestFramework/DataPipe/TestDataPipe.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ public void SavePipeWordHash()
588588
{
589589
get1(ref bag1);
590590
get2(ref bag2);
591-
if (!CompareVec(in bag1, in bag2, bag1.Length, (x1, x2) => x1 <= x2))
591+
if (!CompareVec(ref bag1, ref bag2, bag1.Length, (x1, x2) => x1 <= x2))
592592
{
593593
Fail("Values don't match in columns F13, F23");
594594
return;

0 commit comments

Comments
 (0)