| Index: base/bind_unittest.nc
|
| diff --git a/base/bind_unittest.nc b/base/bind_unittest.nc
|
| index 5e9cff82bded8e713f1b70d527b7a72f6aae4328..70743f9177943b7f083abf61b122a2b6881981ed 100644
|
| --- a/base/bind_unittest.nc
|
| +++ b/base/bind_unittest.nc
|
| @@ -146,7 +146,7 @@ void WontCompile() {
|
| ref_arg_cb.Run(p);
|
| }
|
|
|
| -#elif defined(NCTEST_DISALLOW_BIND_TO_NON_CONST_REF_PARAM) // [r"fatal error: static_assert failed \"do not bind functions with nonconst ref\""]
|
| +#elif defined(NCTEST_DISALLOW_BIND_TO_NON_CONST_REF_PARAM) // [r"fatal error: binding value of type 'const base::Parent' to reference to type 'base::Parent' drops 'const' qualifier"]
|
|
|
| // Binding functions with reference parameters, unsupported.
|
| //
|
|
|