summaryrefslogtreecommitdiffstats
path: root/googletest/test/googletest-catch-exceptions-test_.cc
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-08-02 20:24:09 (GMT)
committerGennadiy Civil <misterg@google.com>2018-08-02 20:24:09 (GMT)
commit677df883ece2d560cb4724041b8624065ffbf069 (patch)
tree5c558bf58be26762af65e1d020903a393f927c5d /googletest/test/googletest-catch-exceptions-test_.cc
parentb7244ff37c1973f7bc9b41f9dc311de0813f580e (diff)
downloadgoogletest-677df883ece2d560cb4724041b8624065ffbf069.zip
googletest-677df883ece2d560cb4724041b8624065ffbf069.tar.gz
googletest-677df883ece2d560cb4724041b8624065ffbf069.tar.bz2
cmake test fixes
Diffstat (limited to 'googletest/test/googletest-catch-exceptions-test_.cc')
-rw-r--r--googletest/test/googletest-catch-exceptions-test_.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/test/googletest-catch-exceptions-test_.cc b/googletest/test/googletest-catch-exceptions-test_.cc
index c6d953c..cb018f9 100644
--- a/googletest/test/googletest-catch-exceptions-test_.cc
+++ b/googletest/test/googletest-catch-exceptions-test_.cc
@@ -30,7 +30,7 @@
// 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 gtest_catch_exceptions_test.py.
+// exceptions, and the output is verified by googletest-catch-exceptions-test.py.
#include "gtest/gtest.h"