| Index: tests/PathOpsSkpClipTest.cpp
|
| diff --git a/tests/PathOpsSkpClipTest.cpp b/tests/PathOpsSkpClipTest.cpp
|
| index 7b63c1cda784f1fe691863a4507a36b548d5faf9..f82d75d036890303dd6a1432d800da2ee02eedff 100644
|
| --- a/tests/PathOpsSkpClipTest.cpp
|
| +++ b/tests/PathOpsSkpClipTest.cpp
|
| @@ -683,7 +683,7 @@ static void testSkpClip(TestState* data) {
|
| return;
|
| }
|
| statusFile.appendf("%s%s", PATH_SLASH, statName.c_str());
|
| - SkFILE* file = sk_fopen(statusFile.c_str(), kWrite_SkFILE_Flag);
|
| + FILE* file = sk_fopen(statusFile.c_str(), kWrite_SkFILE_Flag);
|
| if (!file) {
|
| SkDebugf("failed to create %s", statusFile.c_str());
|
| return;
|
|
|