summaryrefslogtreecommitdiffstats
path: root/config.tests/wmf/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'config.tests/wmf/main.cpp')
-rw-r--r--config.tests/wmf/main.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.tests/wmf/main.cpp b/config.tests/wmf/main.cpp
index de5085200..04bd97ce7 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;
}