summaryrefslogtreecommitdiff
path: root/tests/auto/api/testdata/static-lib-deps/d.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/api/testdata/static-lib-deps/d.cpp')
-rw-r--r--tests/auto/api/testdata/static-lib-deps/d.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/api/testdata/static-lib-deps/d.cpp b/tests/auto/api/testdata/static-lib-deps/d.cpp
index c4cccc172..07d7197ce 100644
--- a/tests/auto/api/testdata/static-lib-deps/d.cpp
+++ b/tests/auto/api/testdata/static-lib-deps/d.cpp
@@ -26,6 +26,7 @@ int d()
#elif defined(WITH_SETUPAPI)
CABINET_INFO ci;
ci.SetId = 0;
+ SetupIterateCabinet(L"invalid-file-path", 0, NULL, NULL);
return ci.SetId;
#else
return 0;