summaryrefslogtreecommitdiff
path: root/test/dct16x16_test.cc
diff options
context:
space:
mode:
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_);