Skip to content

Commit

Permalink
Failing the test
Browse files Browse the repository at this point in the history
  • Loading branch information
cshung committed Aug 16, 2024
1 parent 8f8cc56 commit fab32ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/readytorun/coreroot_determinism/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class Program
{
public static int CompareDLLs(string folder1, string folder2)
{
int result = 100;
int result = 2;

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

0 comments on commit fab32ad

Please sign in to comment.