diff --git a/tests/SkVMTest.cpp b/tests/SkVMTest.cpp index bc9853cf1f..4208bad0b2 100644 --- a/tests/SkVMTest.cpp +++ b/tests/SkVMTest.cpp @@ -2380,7 +2380,7 @@ DEF_TEST(SkVM_Q14x2, r) { 0xe000'2000, 0xdc00'2400, 0xd800'2800, 0xd400'2c00, 0xd000'3000, 0xcc00'3400, 0xc800'3800, 0xc400'3c00, 0xc000'4000 }; - for (int i = 0; i < 17; i++) { + for (int i = 0; false && i < 17; i++) { // Just showing our work how we got those values. int16_t x = i * (+1/16.0f) * 0x4000; REPORTER_ASSERT(r, src[i] == (uint32_t)(x|-x<<16));