aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/InterpolatorTest.cpp
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2017-03-27 14:28:07 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-03-27 19:16:59 +0000
commitb338484d23d6fa4d6726361440962e75ec5855e0 (patch)
tree77baa4b18ff2bcfb7306eed8dff56eb5c7c7329d /tests/InterpolatorTest.cpp
parentb436655ad5c40a04b65c1642d0a0e781ce296c96 (diff)
quiet some annoying logging in unit tests
Noticed all these while adding some unit test support to ok. Change-Id: Ie33b96da95840628657211cb28b2134fd314a48a Reviewed-on: https://skia-review.googlesource.com/10202 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'tests/InterpolatorTest.cpp')
-rw-r--r--tests/InterpolatorTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/InterpolatorTest.cpp b/tests/InterpolatorTest.cpp
index f520ebb700..8ba1bdac56 100644
--- a/tests/InterpolatorTest.cpp
+++ b/tests/InterpolatorTest.cpp
@@ -87,6 +87,5 @@ DEF_TEST(Interpolator, reporter) {
SkUnitCubicInterp(val, t[0], t[1], t[2], t[3])));
}
++i;
- SkDebugf("\n");
}
}