diff options
Diffstat (limited to 'security/nss/gtests/google_test/gtest/test/gtest_help_test.py')
-rwxr-xr-x | security/nss/gtests/google_test/gtest/test/gtest_help_test.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/nss/gtests/google_test/gtest/test/gtest_help_test.py b/security/nss/gtests/google_test/gtest/test/gtest_help_test.py index 093c838d9..582d24c2d 100755 --- a/security/nss/gtests/google_test/gtest/test/gtest_help_test.py +++ b/security/nss/gtests/google_test/gtest/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 @@ -37,8 +37,6 @@ SYNOPSIS gtest_help_test.py """ -__author__ = 'wan@google.com (Zhanyong Wan)' - import os import re import gtest_test_utils |