diff options
author | Abseil Team <absl-team@google.com> | 2019-12-05 12:26:54 (GMT) |
---|---|---|
committer | Mark Barolak <mbar@google.com> | 2019-12-05 19:41:41 (GMT) |
commit | cf75d4b92ecc20bb44ec33aa44eee6685b7595dd (patch) | |
tree | 51d52544e64deb54be85b443b4ce79c014335729 /googletest/test/googletest-output-test.py | |
parent | ae8d1fc81b1469905b3d0fa6f8a077f58fc4b250 (diff) | |
download | googletest-cf75d4b92ecc20bb44ec33aa44eee6685b7595dd.zip googletest-cf75d4b92ecc20bb44ec33aa44eee6685b7595dd.tar.gz googletest-cf75d4b92ecc20bb44ec33aa44eee6685b7595dd.tar.bz2 |
Googletest export
Internal change
PiperOrigin-RevId: 283948137
Diffstat (limited to 'googletest/test/googletest-output-test.py')
-rwxr-xr-x | googletest/test/googletest-output-test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/test/googletest-output-test.py b/googletest/test/googletest-output-test.py index 093f6f9..09028f6 100755 --- a/googletest/test/googletest-output-test.py +++ b/googletest/test/googletest-output-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 text output of Google C++ Testing and Mocking Framework. +r"""Tests the text output of Google C++ Testing and Mocking Framework. To update the golden file: googletest_output_test.py --build_dir=BUILD/DIR --gengolden |