aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/Validation.h
diff options
context:
space:
mode:
authorAnthony Barbier <anthony.barbier@arm.com>2018-11-02 18:18:47 +0000
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 18:18:47 +0000
commit29421bd048ab67f893860e487c1b2b43305529f8 (patch)
treeb0feb6079a521477dc0c453f5b0af5de2a5203fb /tests/validation/Validation.h
parentb7cb5362aa27fcfd279373019335d9c45741f5bd (diff)
downloadComputeLibrary-29421bd048ab67f893860e487c1b2b43305529f8.tar.gz
COMPMID-1743: Removed tabs from compare_keypoints' output
The tab characters were corrupting the output JSON file of arm_compute_validation Change-Id: I8792fd0e02393aef60341552b428111e969a3927
Diffstat (limited to 'tests/validation/Validation.h')
-rw-r--r--tests/validation/Validation.h2
1 files changed, 1 insertions, 1 deletions
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<int64_t, int64_t> 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;