Skip to content

Commit

Permalink
Ensure the test member is static
Browse files Browse the repository at this point in the history
  • Loading branch information
tannergooding committed Aug 22, 2024
1 parent a93f74f commit 98d5353
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
public class Runtime_106838
{
[MethodImpl(MethodImplOptions.NoInlining)]
private Vector128<ulong> Problem(Vector128<ulong> vector) => vector * 5UL;
private static Vector128<ulong> Problem(Vector128<ulong> vector) => vector * 5UL;

[Fact]
public static void TestEntryPoint()
Expand Down

0 comments on commit 98d5353

Please sign in to comment.