| Index: base/bind_unittest.nc
|
| diff --git a/base/bind_unittest.nc b/base/bind_unittest.nc
|
| index 4732097d776c242a2718c8a6ac35b880542a623e..33b5f5c858e6b29b8861faf8951c866bbdc3c31f 100644
|
| --- a/base/bind_unittest.nc
|
| +++ b/base/bind_unittest.nc
|
| @@ -167,7 +167,7 @@ void WontCompile() {
|
| method_bound_to_array_cb.Run();
|
| }
|
|
|
| -#elif defined(NCTEST_NO_RAW_PTR_FOR_REFCOUNTED_TYPES) // [r"fatal error: static_assert failed \"p1_is_refcounted_type_and_needs_scoped_refptr\""]
|
| +#elif defined(NCTEST_NO_RAW_PTR_FOR_REFCOUNTED_TYPES) // [r"fatal error: static_assert failed \"a_parameter_is_refcounted_type_and_needs_scoped_refptr\""]
|
|
|
| // Refcounted types should not be bound as a raw pointer.
|
| void WontCompile() {
|
|
|