msi/tests: Declare the custom subtest.

It may print test failures and as such should be declared by its parent.

Signed-off-by: Francois Gouget <fgouget@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2019-08-27 04:14:34 +02:00 committed by Alexandre Julliard
parent 033196641b
commit 208ff02005
2 changed files with 2 additions and 0 deletions

View File

@ -6519,6 +6519,7 @@ START_TEST(action)
BOOL ret = FALSE;
init_functionpointers();
subtest("custom");
if (pIsWow64Process)
pIsWow64Process(GetCurrentProcess(), &is_wow64);

View File

@ -6235,6 +6235,7 @@ START_TEST(install)
BOOL ret = FALSE;
init_functionpointers();
subtest("custom");
if (pIsWow64Process)
pIsWow64Process(GetCurrentProcess(), &is_wow64);