diff --git a/config.tests/wmf/main.cpp b/config.tests/wmf/main.cpp index de508520..04bd97ce 100644 --- a/config.tests/wmf/main.cpp +++ b/config.tests/wmf/main.cpp @@ -48,5 +48,9 @@ int main(int, char**) { + HRESULT hr = MENonFatalError; + if (SUCCEEDED(hr)) { + return 1; + } return 0; }