Skip to content

Commit 98d5353

Browse files
committed
Ensure the test member is static
1 parent a93f74f commit 98d5353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/JIT/Regression/JitBlue/Runtime_106838/Runtime_106838.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
public class Runtime_106838
1010
{
1111
[MethodImpl(MethodImplOptions.NoInlining)]
12-
private Vector128<ulong> Problem(Vector128<ulong> vector) => vector * 5UL;
12+
private static Vector128<ulong> Problem(Vector128<ulong> vector) => vector * 5UL;
1313

1414
[Fact]
1515
public static void TestEntryPoint()

0 commit comments

Comments
 (0)