Skip to content

Commit 34cfeb7

Browse files
committed
Fix paren in test
1 parent 273f61a commit 34cfeb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ public static void TestEntyPoint()
3131
{
3232
s_9 = -vr1;
3333
}
34-
Assert.Equal(Vector128.Create<ulong>(0x80000000_00000000UL, s_9.AsUInt64()));
34+
Assert.Equal(Vector128.Create<ulong>(0x80000000_00000000UL), s_9.AsUInt64());
3535
}
3636
}

0 commit comments

Comments
 (0)