aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/tests/gtest_runner.cpp
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2019-03-01 12:13:28 +0000
committerGeir Storli <geirst@verizonmedia.com>2019-03-01 12:13:28 +0000
commit635eab7943e37d2e2e6b126c01831ab36633047d (patch)
tree2c43f92649fa244cfc64c28d528f46e4b459db2b /document/src/tests/gtest_runner.cpp
parentb2a8c6a3055c98b542c9987337094698f84fa54c (diff)
Add '()' to macro definition.
Diffstat (limited to 'document/src/tests/gtest_runner.cpp')
-rw-r--r--document/src/tests/gtest_runner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/document/src/tests/gtest_runner.cpp b/document/src/tests/gtest_runner.cpp
index fed042acceb..7a55e8a098e 100644
--- a/document/src/tests/gtest_runner.cpp
+++ b/document/src/tests/gtest_runner.cpp
@@ -5,4 +5,4 @@
#include <vespa/log/log.h>
LOG_SETUP("document_gtest_runner");
-GTEST_MAIN_RUN_ALL_TESTS
+GTEST_MAIN_RUN_ALL_TESTS()