We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 273f61a commit 34cfeb7Copy full SHA for 34cfeb7
src/tests/JIT/Regression/JitBlue/Runtime_105627/Runtime_105627.cs
@@ -31,6 +31,6 @@ public static void TestEntyPoint()
31
{
32
s_9 = -vr1;
33
}
34
- Assert.Equal(Vector128.Create<ulong>(0x80000000_00000000UL, s_9.AsUInt64()));
+ Assert.Equal(Vector128.Create<ulong>(0x80000000_00000000UL), s_9.AsUInt64());
35
36
0 commit comments