ntdll/tests: Fix random test failure in test_restore_context().

This commit is contained in:
Paul Gofman 2023-01-11 13:04:43 -06:00 committed by Alexandre Julliard
parent e59bfb7b82
commit 03e08d1834

View file

@ -2465,7 +2465,6 @@ static void test_restore_context(void)
rec.NumberParameters = 1;
rec.ExceptionInformation[0] = (DWORD64)&buf;
ok(buf.MxCsr == 0x1f80, "Got unexpected MxCsr %#lx.\n", buf.MxCsr);
ok(buf.FpCsr == 0x27f, "Got unexpected FpCsr %#x.\n", buf.FpCsr);
buf.FpCsr = 0x7f;
buf.MxCsr = 0x3f80;