summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--snappy-test.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/snappy-test.h b/snappy-test.h
index 48e2215..513b6a4 100644
--- a/snappy-test.h
+++ b/snappy-test.h
@@ -71,7 +71,8 @@
#define DEFINE_int32(flag_name, default_value, description) \
static int FLAGS_ ## flag_name = default_value;
-#define InitGoogle(argv0, argc, argv, remove_flags)
+#define InitGoogle(argv0, argc, argv, remove_flags) \
+ INIT_GTEST(argc, argv)
#endif