summaryrefslogtreecommitdiff
path: root/test/dct16x16_test.cc
diff options
context:
space:
mode:
authorSarah Parker <sarahparker@google.com>2020-09-09 16:10:17 -0700
committerSarah Parker <sarahparker@google.com>2020-09-11 02:25:24 +0000
commitea0bc1b321f1b8a51e5f5701ac48f597cb417ef3 (patch)
treeda2b79840ea76b8b339d8e1cdc389dc68cba5417 /test/dct16x16_test.cc
parentd1a78971ebcfd728c9c73b0cfbee69f470d4dc72 (diff)
downloadlibvpx-ea0bc1b321f1b8a51e5f5701ac48f597cb417ef3.tar
libvpx-ea0bc1b321f1b8a51e5f5701ac48f597cb417ef3.tar.gz
libvpx-ea0bc1b321f1b8a51e5f5701ac48f597cb417ef3.tar.bz2
libvpx-ea0bc1b321f1b8a51e5f5701ac48f597cb417ef3.zip
Upstream GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST
BUG=b/159031848 Change-Id: I013770f4e54d0ea92304fa3e9cf4d46f5723f129
Diffstat (limited to 'test/dct16x16_test.cc')
-rw-r--r--test/dct16x16_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dct16x16_test.cc b/test/dct16x16_test.cc
index 321c66e4e..c04880ec9 100644
--- a/test/dct16x16_test.cc
+++ b/test/dct16x16_test.cc
@@ -740,6 +740,7 @@ class InvTrans16x16DCT : public Trans16x16TestBase,
IdctFunc inv_txfm_;
int thresh_;
};
+GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(InvTrans16x16DCT);
TEST_P(InvTrans16x16DCT, CompareReference) {
CompareInvReference(ref_txfm_, thresh_);