Module: wine Branch: master Commit: e4512287a004582607f492aa95beb61e5e7ce03c URL: https://gitlab.winehq.org/wine/wine/-/commit/e4512287a004582607f492aa95beb61...
Author: Michael Stefaniuc mstefani@winehq.org Date: Thu Mar 30 19:31:30 2023 +0200
mfplat/tests: Remove duplicated ok() call.
---
dlls/mfplat/tests/mfplat.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/dlls/mfplat/tests/mfplat.c b/dlls/mfplat/tests/mfplat.c index 540001676bf..1e5dc190944 100644 --- a/dlls/mfplat/tests/mfplat.c +++ b/dlls/mfplat/tests/mfplat.c @@ -8341,7 +8341,6 @@ static void test_MFInitMediaTypeFromVideoInfoHeader(void) hr = IMFMediaType_GetUINT32(media_type, &MF_MT_INTERLACE_MODE, &value32); ok(hr == S_OK, "Unexpected hr %#lx.\n", hr); ok(value32 == MFVideoInterlace_Progressive, "Unexpected value %#x.\n", value32); - ok(hr == S_OK, "Unexpected hr %#lx.\n", hr);
hr = IMFMediaType_GetUINT32(media_type, &MF_MT_DEFAULT_STRIDE, &value32); ok(hr == MF_E_ATTRIBUTENOTFOUND, "Unexpected hr %#lx.\n", hr);