From 29421bd048ab67f893860e487c1b2b43305529f8 Mon Sep 17 00:00:00 2001 From: Anthony Barbier Date: Fri, 2 Nov 2018 18:18:47 +0000 Subject: COMPMID-1743: Removed tabs from compare_keypoints' output The tab characters were corrupting the output JSON file of arm_compute_validation Change-Id: I8792fd0e02393aef60341552b428111e969a3927 --- tests/validation/Validation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/validation/Validation.h') diff --git a/tests/validation/Validation.h b/tests/validation/Validation.h index 1f51fe906b..1c4b2d4d11 100644 --- a/tests/validation/Validation.h +++ b/tests/validation/Validation.h @@ -688,7 +688,7 @@ std::pair compare_keypoints(T first1, T last1, U first2, U las if(check_mismatches) { - ARM_COMPUTE_TEST_INFO("Checking for mismatches: ref count = " << std::distance(first1, last1) << " \ttarget count = " << std::distance(first2, last2)); + ARM_COMPUTE_TEST_INFO("Checking for mismatches: ref count = " << std::distance(first1, last1) << " target count = " << std::distance(first2, last2)); } int64_t num_missing = 0; -- cgit v1.2.1