diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2018-08-14 08:47:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-14 08:47:13 -0700 |
commit | 2421eff9f780729b14b1d0132bb037e36c7c0e2e (patch) | |
tree | ce6e90c822efe2fb0e8262caf950a748525832b0 /googlemock/test | |
parent | 24786cb498231a441fc8f50400272b8868d3610d (diff) | |
parent | 17714d65e158713c418da7b8de6ea9a6875edd1e (diff) | |
download | googletest-2421eff9f780729b14b1d0132bb037e36c7c0e2e.tar.gz googletest-2421eff9f780729b14b1d0132bb037e36c7c0e2e.tar.bz2 googletest-2421eff9f780729b14b1d0132bb037e36c7c0e2e.zip |
Merge branch 'master' into deprecate
Diffstat (limited to 'googlemock/test')
-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)' |