We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5c631d commit 7420ee7Copy full SHA for 7420ee7
src/tests/JIT/opt/RedundantBranch/RedundantBranchUnsigned2.cs
@@ -9,7 +9,7 @@
9
public class RedundantBranchUnsigned2
10
{
11
[Fact]
12
- public static int TestEntryPoint()
+ public static void TestEntryPoint()
13
14
int[] arr1 = new int[2];
15
Test_Span1(arr1, -1);
@@ -37,7 +37,6 @@ public static int TestEntryPoint()
37
38
// Should not throw NRE
39
Test_Array(arr3, -1);
40
- return 100;
41
}
42
43
private static void Throws<T>(Action action) where T : Exception
0 commit comments