Skip to content

Commit d32827a

Browse files
alalekvpisarev
authored andcommitted
fix build (#1377)
1 parent 4f051f0 commit d32827a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/tracking/test/test_trackers.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ using namespace cv;
4747
using namespace testing;
4848
using namespace std;
4949

50-
#define PARAM_TEST_CASE(name, ...) struct name : testing::TestWithParam< std::tr1::tuple< __VA_ARGS__ > >
51-
#define GET_PARAM(k) std::tr1::get< k >(GetParam())
5250
#define TESTSET_NAMES testing::Values("david","dudek","faceocc2")
5351

5452
const string TRACKING_DIR = "tracking";

0 commit comments

Comments
 (0)