summaryrefslogtreecommitdiffstats
path: root/googletest/test/googletest-catch-exceptions-test_.cc
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-08-07 15:49:47 (GMT)
committerGennadiy Civil <misterg@google.com>2018-08-07 15:49:47 (GMT)
commitb345bf9090961139971775105fa120cc87d63e44 (patch)
tree2156f28dcd7ae71c5327f977e1aaf3b1fd832d20 /googletest/test/googletest-catch-exceptions-test_.cc
parentdd06b16e76b8f520dc506f8c273fb47b4cf4bedd (diff)
downloadgoogletest-b345bf9090961139971775105fa120cc87d63e44.zip
googletest-b345bf9090961139971775105fa120cc87d63e44.tar.gz
googletest-b345bf9090961139971775105fa120cc87d63e44.tar.bz2
Formatting changes,small cleanup, no functionality changesrefs/pull/1705/head
Diffstat (limited to 'googletest/test/googletest-catch-exceptions-test_.cc')
-rw-r--r--googletest/test/googletest-catch-exceptions-test_.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/googletest/test/googletest-catch-exceptions-test_.cc b/googletest/test/googletest-catch-exceptions-test_.cc
index cb018f9..6aac625 100644
--- a/googletest/test/googletest-catch-exceptions-test_.cc
+++ b/googletest/test/googletest-catch-exceptions-test_.cc
@@ -30,7 +30,8 @@
// Author: vladl@google.com (Vlad Losev)
//
// Tests for Google Test itself. Tests in this file throw C++ or SEH
-// exceptions, and the output is verified by googletest-catch-exceptions-test.py.
+// exceptions, and the output is verified by
+// googletest-catch-exceptions-test.py.
#include "gtest/gtest.h"