diff options
author | Billy Donahue <BillyDonahue@users.noreply.github.com> | 2015-08-27 14:26:17 (GMT) |
---|---|---|
committer | Billy Donahue <BillyDonahue@users.noreply.github.com> | 2015-08-27 14:26:17 (GMT) |
commit | d945d8c000a0ade73585d143532266968339bbb3 (patch) | |
tree | 58866127ebe63597d0450bbbcc0105c0faad58ad | |
parent | 64d23926f9e492b59ffac8198604ca9c3768b845 (diff) | |
download | googletest-d945d8c000a0ade73585d143532266968339bbb3.zip googletest-d945d8c000a0ade73585d143532266968339bbb3.tar.gz googletest-d945d8c000a0ade73585d143532266968339bbb3.tar.bz2 |
fix a link
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ the following notable projects: ## Google Test-related open source projects ## -[Google Test UI](http://code.google.com/p/gtest-gbar/) is test runner that runs +[Google Test UI](https://github.com/ospector/gtest-gbar) is test runner that runs your test binary, allows you to track its progress via a progress bar, and displays a list of test failures. Clicking on one shows failure text. Google Test UI is written in C#. |