summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest/gtest.h
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2019-01-23 18:27:15 (GMT)
committerGennadiy Civil <misterg@google.com>2019-01-23 18:27:16 (GMT)
commitbf07131c1d0a4e001daeee8936089f8b438b7f30 (patch)
treed7513843f4281a30b265fe196869a25f6d2e1cca /googletest/include/gtest/gtest.h
parentfdc59ffd050af9ba60a031b2799fc3f5caba1330 (diff)
parent45c58aa6f3608224975f433e1f4e4b53aa34f97c (diff)
downloadgoogletest-bf07131c1d0a4e001daeee8936089f8b438b7f30.zip
googletest-bf07131c1d0a4e001daeee8936089f8b438b7f30.tar.gz
googletest-bf07131c1d0a4e001daeee8936089f8b438b7f30.tar.bz2
Merge pull request #2041 from ciband:chore/fix_library_json
PiperOrigin-RevId: 230554814
Diffstat (limited to 'googletest/include/gtest/gtest.h')
-rw-r--r--googletest/include/gtest/gtest.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/googletest/include/gtest/gtest.h b/googletest/include/gtest/gtest.h
index bb547bc..bcea145 100644
--- a/googletest/include/gtest/gtest.h
+++ b/googletest/include/gtest/gtest.h
@@ -1484,6 +1484,10 @@ GTEST_API_ void InitGoogleTest(int* argc, char** argv);
// UNICODE mode.
GTEST_API_ void InitGoogleTest(int* argc, wchar_t** argv);
+// This overloaded version can be used on Arduino/embedded platforms where
+// there is no argc/argv.
+GTEST_API_ void InitGoogleTest();
+
namespace internal {
// Separate the error generating code from the code path to reduce the stack