Remove redundant prints from integer_ops (#425)

The test harness already prints if the test passed, no need to duplicate
this information.

Signed-off-by: Radek Szymanski <radek.szymanski@arm.com>
This commit is contained in:
Radek Szymanski
2019-08-05 13:55:55 +01:00
committed by Kévin Petit
parent a45012be7a
commit 313fb94fcc
5 changed files with 0 additions and 6 deletions

View File

@@ -362,7 +362,6 @@ int test_integer_abs_diff(cl_device_id device, cl_context context, cl_command_qu
log_info("Failed on %d types\n", fail_count);
return -1;
}
log_info("ABS_DIFF test passed\n");
free(input_ptr[0]);
free(input_ptr[1]);