Commit 208ff020 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

msi/tests: Declare the custom subtest.

It may print test failures and as such should be declared by its parent. Signed-off-by: 's avatarFrancois Gouget <fgouget@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 03319664
......@@ -6519,6 +6519,7 @@ START_TEST(action)
BOOL ret = FALSE;
init_functionpointers();
subtest("custom");
if (pIsWow64Process)
pIsWow64Process(GetCurrentProcess(), &is_wow64);
......
......@@ -6235,6 +6235,7 @@ START_TEST(install)
BOOL ret = FALSE;
init_functionpointers();
subtest("custom");
if (pIsWow64Process)
pIsWow64Process(GetCurrentProcess(), &is_wow64);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment