aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJordan Bayles <jophba@chromium.org>2021-04-14 11:39:18 -0700
committerCommit Bot <commit-bot@chromium.org>2021-04-14 19:44:21 +0000
commitc49eea6ccaf616d171f77275eaeb53f277f8c571 (patch)
treeb8520c81748c13edf28d1d858d1adc8128c87ca0 /test
parenta912f7b0d0e9fca88b1bae683f742da404c8cd47 (diff)
downloadopenscreen-c49eea6ccaf616d171f77275eaeb53f277f8c571.tar.gz
Change Chrome primary branch refs to "main"
Now that Chrome has the new "main" primary branch that can be used instead of the legacy branch name, this patch updates all to referencing the main branch where applicable. Other projects, such as Fuchsia, Google Test, and Open Screen itself have not completed migration and thus are left unchanged for now. Bug: b/172242670 Change-Id: I320652888e7b86208b4b5f0bb90746a23fdb8977 Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/2823918 Commit-Queue: Jordan Bayles <jophba@chromium.org> Reviewed-by: Takumi Fujimoto <takumif@chromium.org>
Diffstat (limited to 'test')
-rw-r--r--test/test_main.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/test_main.cc b/test/test_main.cc
index 443278c7..b678ce9d 100644
--- a/test/test_main.cc
+++ b/test/test_main.cc
@@ -87,8 +87,9 @@ GlobalTestState InitFromArgs(int argc, char** argv) {
// Googletest strongly recommends that we roll our own main
// function if we want to do global test environment setup.
// See the below link for more info;
-// https://github.com/google/googletest/blob/master/googletest/docs/advanced.md#sharing-resources-between-tests-in-the-same-test-case
-//
+// https://github.com/google/googletest/blob/master/docs/advanced.md#sharing-resources-between-tests-in-the-same-test-suite
+// TODO(issuetracker.google.com/172242670): rename reference to "main"
+// once googletest has a "main" branch.
// This main method is a drop-in replacement for anywhere that currently
// depends on gtest_main, meaning it can be linked into any test-only binary
// to provide a main implementation that supports setting flags and other