Skip to content

Commit a8d6ad3

Browse files
committed
Fixing testing chane
1 parent f68a8bc commit a8d6ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.ML.TestFramework/BaseTestBaseline.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ protected bool CheckEqualityFromPathsCore(string relPath, string basePath, strin
598598

599599
count++;
600600

601-
if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
601+
if (!RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
602602
GetNumbersFromFile(ref line1, ref line2, precision);
603603

604604
if (line1 != line2)

0 commit comments

Comments
 (0)