Chromium Code Reviews| Index: tests/Matrix44Test.cpp |
| =================================================================== |
| --- a/tests/Matrix44Test.cpp (revision 11693) |
| +++ b/tests/Matrix44Test.cpp (working copy) |
| @@ -64,7 +64,7 @@ |
| for (int i = 0; i < 4; ++i) { |
| for (int j = 0; j < 4; ++j) { |
| if (!nearly_equal_mscalar(a.get(i, j), b.get(i, j))) { |
| - printf("not equal %g %g\n", a.get(i, j), b.get(i, j)); |
| + SkDebugf("not equal %g %g\n", a.get(i, j), b.get(i, j)); |
| return false; |
| } |
| } |