| Index: ppapi/tests/test_case.h
|
| diff --git a/ppapi/tests/test_case.h b/ppapi/tests/test_case.h
|
| index b06f9418a7ee12660cf758985203298d7e0c3ac1..c7699963b64f112e50a9e08f6e1cbb2cbdb3a051 100644
|
| --- a/ppapi/tests/test_case.h
|
| +++ b/ppapi/tests/test_case.h
|
| @@ -315,6 +315,8 @@ class TestCaseFactory {
|
| "reference leak check"); \
|
| instance_->LogTest(#name, error_message); \
|
| }
|
| +// TODO(dmichael): Add CheckResourcesAndVars above when Windows tests pass
|
| +// cleanly. crbug.com/173503
|
|
|
| // Helper macros for checking values in tests, and returning a location
|
| // description of the test fails.
|
|
|