Skip to content
Prev Previous commit
merge from main
  • Loading branch information
pedrobsaila committed May 15, 2023
commit 2f87dd9c3d6b913d97acf4c2ccf6288149d114d9
3 changes: 2 additions & 1 deletion src/tests/JIT/opt/OptimizeBools/optboolsreturn.cs
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,8 @@ private static bool IsLessThanZeroBis(int x)
return b;
}

public static int Main()
[Fact]
public static int TestEntryPoint()
{
// Optimize boolean

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.