summaryrefslogtreecommitdiff
path: root/test/gtest_throw_on_failure_ex_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/gtest_throw_on_failure_ex_test.cc')
-rw-r--r--test/gtest_throw_on_failure_ex_test.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/gtest_throw_on_failure_ex_test.cc b/test/gtest_throw_on_failure_ex_test.cc
index 8d46c76..93f59d4 100644
--- a/test/gtest_throw_on_failure_ex_test.cc
+++ b/test/gtest_throw_on_failure_ex_test.cc
@@ -26,8 +26,7 @@
// 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: wan@google.com (Zhanyong Wan)
+
// Tests Google Test's throw-on-failure mode with exceptions enabled.