From 88896166cf064c1fc01162481e3112da1cdd059b Mon Sep 17 00:00:00 2001 From: Ivan Korolev Date: Mon, 23 Jan 2012 07:47:44 +0000 Subject: [PATCH] Corrected perf tests: merge, split. --- modules/core/perf/perf_merge.cpp | 2 +- modules/core/perf/perf_split.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/core/perf/perf_merge.cpp b/modules/core/perf/perf_merge.cpp index af0aa25030..576ad23ea2 100644 --- a/modules/core/perf/perf_merge.cpp +++ b/modules/core/perf/perf_merge.cpp @@ -6,7 +6,7 @@ using namespace perf; using std::tr1::make_tuple; using std::tr1::get; -typedef std::tr1::tuple Size_SrcDepth_DstChannels_t; +typedef std::tr1::tuple Size_SrcDepth_DstChannels_t; typedef perf::TestBaseWithParam Size_SrcDepth_DstChannels; PERF_TEST_P( Size_SrcDepth_DstChannels, merge, diff --git a/modules/core/perf/perf_split.cpp b/modules/core/perf/perf_split.cpp index 1629653d69..db75165f20 100644 --- a/modules/core/perf/perf_split.cpp +++ b/modules/core/perf/perf_split.cpp @@ -6,7 +6,7 @@ using namespace perf; using std::tr1::make_tuple; using std::tr1::get; -typedef std::tr1::tuple Size_Depth_Channels_t; +typedef std::tr1::tuple Size_Depth_Channels_t; typedef perf::TestBaseWithParam Size_Depth_Channels; PERF_TEST_P( Size_Depth_Channels, split,