Commit 89d5e0c9 authored by Victor Zverovich's avatar Victor Zverovich

Test commit.

parent b33bdb21
...@@ -722,8 +722,8 @@ TEST(ActiveFormatterTest, ActionNotCalledOnError) { ...@@ -722,8 +722,8 @@ TEST(ActiveFormatterTest, ActionNotCalledOnError) {
} }
// The test doesn't compile on older compilers which follow C++03 and // 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 // require an accessible copy constructor when binding a temporary to
// reference. // a const reference.
#if __GNUC__ >= 4 && __GNUC_MINOR__ >= 7 #if __GNUC__ >= 4 && __GNUC_MINOR__ >= 7
TEST(ActiveFormatterTest, ArgLifetime) { TEST(ActiveFormatterTest, ArgLifetime) {
// The following code is for testing purposes only. It is a definite abuse // The following code is for testing purposes only. It is a definite abuse
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment