Commit 4b78202f authored by Robert Sesek's avatar Robert Sesek Committed by Commit Bot

Correct documentation for the location of MULTIPROCESS_TEST_MAIN()

Change-Id: I9e929ef2ac76d6bf5a30a538bc2bb84510eb1ea1
Reviewed-on: https://chromium-review.googlesource.com/c/1291629Reviewed-by: default avatarMark Mentovai <mark@chromium.org>
Commit-Queue: Robert Sesek <rsesek@chromium.org>
Cr-Commit-Position: refs/heads/master@{#601459}
parent 458f5a78
...@@ -46,7 +46,7 @@ class CommandLine; ...@@ -46,7 +46,7 @@ class CommandLine;
// } // }
// //
// // Note: |MULTIPROCESS_TEST_MAIN()| is defined in // // Note: |MULTIPROCESS_TEST_MAIN()| is defined in
// // testing/multi_process_function_list.h. // // testing/multiprocess_func_list.h.
// MULTIPROCESS_TEST_MAIN(a_test_func) { // MULTIPROCESS_TEST_MAIN(a_test_func) {
// // Code here runs in a child process.... // // Code here runs in a child process....
// return 0; // return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment