summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2019-11-08 17:06:15 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-11-08 17:06:15 -0800
commitbde7153521922a2494889f496d2bd394e5708d81 (patch)
treed84b28d350017c324faceae3d10ccecfcbaa8ec8
parent77bb837ff47f77ca82ee600c95e12c46bd1d4e1f (diff)
parentbdebd1cb3d7fdcc8f6003a9750fb55f851e5d0d3 (diff)
downloadextras-bde7153521922a2494889f496d2bd394e5708d81.tar.gz
Merge "Fix build with new googletest" am: 44bc03af44
am: bdebd1cb3d Change-Id: Ia4b31ac204db46b6af7e9b3a8c1e785e7423e1f2
-rw-r--r--libjsonpb/verify/test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjsonpb/verify/test.cpp b/libjsonpb/verify/test.cpp
index 31a734ad..cb98f47f 100644
--- a/libjsonpb/verify/test.cpp
+++ b/libjsonpb/verify/test.cpp
@@ -287,7 +287,7 @@ static const std::vector<ScalarTestErrorParam> gScalarTestErrorParams = {
{"{\"e\": 1}", "Should not allow integers for enums"},
};
-INSTANTIATE_TEST_SUITE_P(, ScalarTestError,
+INSTANTIATE_TEST_SUITE_P(Jsonpb, ScalarTestError,
::testing::ValuesIn(gScalarTestErrorParams));
int main(int argc, char** argv) {