aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDerek Mauro <dmauro@google.com>2020-05-28 19:54:38 -0400
committerDerek Mauro <dmauro@google.com>2020-05-28 19:54:38 -0400
commit69fb7e5da356238f77ff893a8be0fcc6fbfc62e9 (patch)
treebe1aab0ffa94d28d9b8df70f850427a052637596 /README.md
parent731d908c09e3fc5357008dbce3e13ea049f29820 (diff)
parent73fdce3b6e694f4f746ba55ea11ab9b1dce1d079 (diff)
downloadgoogletest-69fb7e5da356238f77ff893a8be0fcc6fbfc62e9.zip
googletest-69fb7e5da356238f77ff893a8be0fcc6fbfc62e9.tar.gz
googletest-69fb7e5da356238f77ff893a8be0fcc6fbfc62e9.tar.bz2
Merge pull request #2845 from matepek:readme-update-with-opensource-proj
PiperOrigin-RevId: 312530971
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index e332e9a..1727866 100644
--- a/README.md
+++ b/README.md
@@ -102,9 +102,9 @@ runs tests from your binary in parallel to provide significant speed-up.
is a VS Code extension allowing to view Google Tests in a tree view, and
run/debug your tests.
-[Catch2 and Google Test Explorer](https://github.com/matepek/vscode-catch2-test-adapter)
-is a VS Code extension allowing to view Google Tests in a tree view, and
-run/debug your tests.
+[C++ TestMate](https://github.com/matepek/vscode-catch2-test-adapter) is a VS
+Code extension allowing to view Google Tests in a tree view, and run/debug your
+tests.
[Cornichon](https://pypi.org/project/cornichon/) is a small Gherkin DSL parser
that generates stub code for Google Test.