| Index: ppapi/tests/test_case.h
|
| ===================================================================
|
| --- ppapi/tests/test_case.h (revision 180103)
|
| +++ ppapi/tests/test_case.h (working copy)
|
| @@ -313,7 +313,7 @@
|
| instance_->pp_instance()) != objects) \
|
| error_message = MakeFailureMessage(__FILE__, __LINE__, \
|
| "reference leak check"); \
|
| - instance_->LogTest(#name, CheckResourcesAndVars(error_message)); \
|
| + instance_->LogTest(#name, error_message); \
|
| }
|
|
|
| // Helper macros for checking values in tests, and returning a location
|
|
|