diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2018-08-13 11:38:32 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-13 11:38:32 -0700 |
commit | 47b57ff1b2f48495d049cd433c6a246343535a70 (patch) | |
tree | 705137ba7a9e9b693b69922c0510fb4d2062c637 /googlemock/test/gmock_output_test.py | |
parent | 11f5a2740aa8a55d620fba6957e53ad08721cf54 (diff) | |
parent | 7800ba3eeade13ae7afb5877d7d59202a4d0ed5e (diff) | |
download | googletest-47b57ff1b2f48495d049cd433c6a246343535a70.tar.gz googletest-47b57ff1b2f48495d049cd433c6a246343535a70.tar.bz2 googletest-47b57ff1b2f48495d049cd433c6a246343535a70.zip |
Merge branch 'master' into cross-testing-patch-1
Diffstat (limited to 'googlemock/test/gmock_output_test.py')
-rwxr-xr-x | googlemock/test/gmock_output_test.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/googlemock/test/gmock_output_test.py b/googlemock/test/gmock_output_test.py index 8f57d46c..20323e17 100755 --- a/googlemock/test/gmock_output_test.py +++ b/googlemock/test/gmock_output_test.py @@ -29,13 +29,14 @@ # (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 text output of Google C++ Mocking Framework. +r"""Tests the text output of Google C++ Mocking Framework. To update the golden file: gmock_output_test.py --build_dir=BUILD/DIR --gengolden -# where BUILD/DIR contains the built gmock_output_test_ file. +where BUILD/DIR contains the built gmock_output_test_ file. gmock_output_test.py --gengolden gmock_output_test.py + """ __author__ = 'wan@google.com (Zhanyong Wan)' |