diff options
author | Gennadiy Civil <misterg@google.com> | 2018-05-23 15:03:31 (GMT) |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2018-05-23 15:03:31 (GMT) |
commit | 28c91e2cea88ee6ddc0e0dc6ca18b8e86f85d80c (patch) | |
tree | 4a2d3a55fe9a6117f12922522adc91057226c437 /googletest/test/gtest_help_test.py | |
parent | 145d05750b15324899473340c8dd5af50d125d33 (diff) | |
download | googletest-28c91e2cea88ee6ddc0e0dc6ca18b8e86f85d80c.zip googletest-28c91e2cea88ee6ddc0e0dc6ca18b8e86f85d80c.tar.gz googletest-28c91e2cea88ee6ddc0e0dc6ca18b8e86f85d80c.tar.bz2 |
Formatting changes refs/pull/1607/head
Diffstat (limited to 'googletest/test/gtest_help_test.py')
-rwxr-xr-x | googletest/test/gtest_help_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/test/gtest_help_test.py b/googletest/test/gtest_help_test.py index 093c838..79ffbe4 100755 --- a/googletest/test/gtest_help_test.py +++ b/googletest/test/gtest_help_test.py @@ -29,7 +29,7 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -"""Tests the --help flag of Google C++ Testing Framework. +"""Tests the --help flag of Google C++ Testing and Mocking Framework. SYNOPSIS gtest_help_test.py --build_dir=BUILD/DIR |