| Index: tests/DataRefTest.cpp
|
| diff --git a/tests/DataRefTest.cpp b/tests/DataRefTest.cpp
|
| index 177c9d37d56ee3c688b3f5f3df146eb2928dbe8d..0c7d5f452023d0e42e4fc857220feb3fe00b362f 100644
|
| --- a/tests/DataRefTest.cpp
|
| +++ b/tests/DataRefTest.cpp
|
| @@ -191,7 +191,7 @@ static void test_files(skiatest::Reporter* reporter) {
|
| writer.write(s, 26);
|
| }
|
|
|
| - SkFILE* file = sk_fopen(path.c_str(), kRead_SkFILE_Flag);
|
| + FILE* file = sk_fopen(path.c_str(), kRead_SkFILE_Flag);
|
| SkAutoTUnref<SkData> r1(SkData::NewFromFILE(file));
|
| REPORTER_ASSERT(reporter, r1.get() != nullptr);
|
| REPORTER_ASSERT(reporter, r1->size() == 26);
|
|
|