summaryrefslogtreecommitdiff
path: root/test/gtest-unittest-api_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/gtest-unittest-api_test.cc')
-rw-r--r--test/gtest-unittest-api_test.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/gtest-unittest-api_test.cc b/test/gtest-unittest-api_test.cc
index b1f5168..f3ea03a 100644
--- a/test/gtest-unittest-api_test.cc
+++ b/test/gtest-unittest-api_test.cc
@@ -25,10 +25,9 @@
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
//
-// Author: vladl@google.com (Vlad Losev)
-//
-// The Google C++ Testing Framework (Google Test)
+// The Google C++ Testing and Mocking Framework (Google Test)
//
// This file contains tests verifying correctness of data provided via
// UnitTest's public methods.