aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/test/gmock_output_test.py
diff options
context:
space:
mode:
authortisi1988 <tisi1988@gmail.com>2018-08-14 15:32:22 +0200
committerGitHub <noreply@github.com>2018-08-14 15:32:22 +0200
commit87a37c60e3144af5394c3e8c8b4c714bb8b07ad9 (patch)
tree914079fcbff6431fbacdc9e9bfcffc5060a11884 /googlemock/test/gmock_output_test.py
parentefe27ac05c66c3fafad0ac0d279543f640ab30f7 (diff)
parent8bc11c040a1dcbe50c340b21d78175d152dd3837 (diff)
downloadgoogletest-87a37c60e3144af5394c3e8c8b4c714bb8b07ad9.tar.gz
googletest-87a37c60e3144af5394c3e8c8b4c714bb8b07ad9.tar.bz2
googletest-87a37c60e3144af5394c3e8c8b4c714bb8b07ad9.zip
Merge branch 'master' into master
Diffstat (limited to 'googlemock/test/gmock_output_test.py')
-rwxr-xr-xgooglemock/test/gmock_output_test.py5
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)'