Remove unused parameter (#630)

The imageSupportRequired param is not needed in runTestHarnessWithCheck,
so just remove it.

Signed-off-by: Radek Szymanski <radek.szymanski@arm.com>
This commit is contained in:
Radek Szymanski
2020-02-27 15:36:28 +00:00
committed by GitHub
parent 996c353c0e
commit 80c3a27a6a
13 changed files with 15 additions and 15 deletions

View File

@@ -331,7 +331,7 @@ int main( int argc, const char **argv )
if( !error )
{
error = runTestHarnessWithCheck( gArgCount, gArgList, test_num, test_list, false, true, 0, InitCL );
error = runTestHarnessWithCheck( gArgCount, gArgList, test_num, test_list, true, 0, InitCL );
}
if( gQueue )