aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Time.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Time.cpp')
-rw-r--r--tests/Time.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/Time.cpp b/tests/Time.cpp
index cf4f80f9da..f6bf9ff3f5 100644
--- a/tests/Time.cpp
+++ b/tests/Time.cpp
@@ -49,8 +49,6 @@ DEF_TEST(Time_GetDateTime, r) {
SkString timeStamp;
dateTime.toISO8601(&timeStamp);
REPORTER_ASSERT(r, timeStamp.size() > 0);
- if (r->verbose()) { // `dm --veryVerbose`
- SkDebugf("\nCurrent Time (ISO-8601 format): \"%s\"\n",
- timeStamp.c_str());
- }
+ INFOF(r, "\nCurrent Time (ISO-8601 format): \"%s\"\n",
+ timeStamp.c_str());
}