summaryrefslogtreecommitdiff
path: root/test/util.h
diff options
context:
space:
mode:
authorJoshua Litt <joshualitt@google.com>2013-11-18 17:07:55 -0800
committerJoshua Litt <joshualitt@google.com>2013-11-19 09:28:18 -0800
commit51490e5654263c3b47195929f9fcdad16f4fdff2 (patch)
treedbde0a8701cf6b0ba0c7c69facbf2c9eee33c1af /test/util.h
parent040dc8c9450a8b7ebb100a38745654962ce3f076 (diff)
downloadlibvpx-51490e5654263c3b47195929f9fcdad16f4fdff2.tar
libvpx-51490e5654263c3b47195929f9fcdad16f4fdff2.tar.gz
libvpx-51490e5654263c3b47195929f9fcdad16f4fdff2.tar.bz2
libvpx-51490e5654263c3b47195929f9fcdad16f4fdff2.zip
Removing PARAMS macro for consistency
Change-Id: I23ed873a6c47b15491a2ffbcdd4f0fdeef1207a0
Diffstat (limited to 'test/util.h')
-rw-r--r--test/util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/util.h b/test/util.h
index 4d7f3d41e..3c45721fa 100644
--- a/test/util.h
+++ b/test/util.h
@@ -17,7 +17,6 @@
#include "vpx/vpx_image.h"
// Macros
-#define PARAMS(...) ::testing::TestWithParam< std::tr1::tuple< __VA_ARGS__ > >
#define GET_PARAM(k) std::tr1::get< k >(GetParam())
static double compute_psnr(const vpx_image_t *img1,