From 89d5e0c97f4d46cef900ebc36e129b9a014049c5 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 16 Dec 2012 13:40:59 -0800 Subject: [PATCH] Test commit. --- format_test.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/format_test.cc b/format_test.cc index 5d9ec0e1..dc46f432 100644 --- a/format_test.cc +++ b/format_test.cc @@ -722,8 +722,8 @@ TEST(ActiveFormatterTest, ActionNotCalledOnError) { } // The test doesn't compile on older compilers which follow C++03 and -// require an accessible copy ctor when binding a temporary to a const -// reference. +// require an accessible copy constructor when binding a temporary to +// a const reference. #if __GNUC__ >= 4 && __GNUC_MINOR__ >= 7 TEST(ActiveFormatterTest, ArgLifetime) { // The following code is for testing purposes only. It is a definite abuse