summaryrefslogtreecommitdiffstats
path: root/staging_vespalib
diff options
context:
space:
mode:
Diffstat (limited to 'staging_vespalib')
-rw-r--r--staging_vespalib/src/vespa/vespalib/gtest/gtest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/staging_vespalib/src/vespa/vespalib/gtest/gtest.h b/staging_vespalib/src/vespa/vespalib/gtest/gtest.h
index ed4e65b71cb..67d3d438a52 100644
--- a/staging_vespalib/src/vespa/vespalib/gtest/gtest.h
+++ b/staging_vespalib/src/vespa/vespalib/gtest/gtest.h
@@ -5,7 +5,7 @@
/**
* Macro for creating a main function that runs all gtests.
*/
-#define GTEST_MAIN_RUN_ALL_TESTS \
+#define GTEST_MAIN_RUN_ALL_TESTS() \
int \
main(int argc, char* argv[]) \
{ \