| Index: tests/ScalarTest.cpp
|
| diff --git a/tests/ScalarTest.cpp b/tests/ScalarTest.cpp
|
| index 47d3226343d5de165466f56e2c06f6669635551a..eb52b8adf3176f1e2e16f149f1a55c99e365c6df 100644
|
| --- a/tests/ScalarTest.cpp
|
| +++ b/tests/ScalarTest.cpp
|
| @@ -20,7 +20,6 @@ struct PointSet {
|
| };
|
|
|
| static void test_isRectFinite(skiatest::Reporter* reporter) {
|
| -#ifdef SK_SCALAR_IS_FLOAT
|
| static const SkPoint gF0[] = {
|
| { 0, 0 }, { 1, 1 }
|
| };
|
| @@ -61,7 +60,6 @@ static void test_isRectFinite(skiatest::Reporter* reporter) {
|
| bool rectIsFinite = !r.isEmpty();
|
| REPORTER_ASSERT(reporter, gSets[i].fIsFinite == rectIsFinite);
|
| }
|
| -#endif
|
| }
|
|
|
| static bool isFinite_int(float x) {
|
|
|