summaryrefslogtreecommitdiffstats
path: root/ppapi
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi')
-rw-r--r--ppapi/tests/test_case.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/tests/test_case.h b/ppapi/tests/test_case.h
index 47324b6..c2379d1 100644
--- a/ppapi/tests/test_case.h
+++ b/ppapi/tests/test_case.h
@@ -365,7 +365,7 @@ class TestCaseFactory {
"reference leak check"); \
PP_TimeTicks start_time(NowInTimeTicks()); \
instance_->LogTest(#name, \
- error_message, \
+ CheckResourcesAndVars(error_message), \
start_time); \
}
// TODO(dmichael): Add CheckResourcesAndVars above when Windows tests pass