aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Test.cpp')
-rw-r--r--tests/Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Test.cpp b/tests/Test.cpp
index 2de0183b98..4bbe83a33d 100644
--- a/tests/Test.cpp
+++ b/tests/Test.cpp
@@ -9,7 +9,7 @@ Reporter::Reporter() {
void Reporter::resetReporting() {
fCurrTest = NULL;
fTestCount = 0;
- bzero(fResultCount, sizeof(fResultCount));
+ sk_bzero(fResultCount, sizeof(fResultCount));
}
void Reporter::startTest(Test* test) {