| Index: ppapi/tests/test_case.h
|
| diff --git a/ppapi/tests/test_case.h b/ppapi/tests/test_case.h
|
| index b06f9418a7ee12660cf758985203298d7e0c3ac1..b63309f1cb1d4a943c0316bbc28dd43c6ea7be44 100644
|
| --- a/ppapi/tests/test_case.h
|
| +++ b/ppapi/tests/test_case.h
|
| @@ -313,7 +313,7 @@ class TestCaseFactory {
|
| instance_->pp_instance()) != objects) \
|
| error_message = MakeFailureMessage(__FILE__, __LINE__, \
|
| "reference leak check"); \
|
| - instance_->LogTest(#name, error_message); \
|
| + instance_->LogTest(#name, CheckResourcesAndVars(error_message)); \
|
| }
|
|
|
| // Helper macros for checking values in tests, and returning a location
|
|
|