Skip to content

Commit 12969bb

Browse files
committed
Revert "Failing the test"
This reverts commit fab32ad.
1 parent fab32ad commit 12969bb

File tree

1 file changed

+1
-1
lines changed
  • src/tests/readytorun/coreroot_determinism

1 file changed

+1
-1
lines changed

src/tests/readytorun/coreroot_determinism/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class Program
1313
{
1414
public static int CompareDLLs(string folder1, string folder2)
1515
{
16-
int result = 2;
16+
int result = 100;
1717

1818
string superIlcFolder1 = Directory.GetDirectories(folder1, "CPAOT*").First();
1919
string superIlcFolder2 = Directory.GetDirectories(folder2, "CPAOT*").First();

0 commit comments

Comments
 (0)