aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/DataRefTest.cpp
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-06-18 20:50:34 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-06-18 20:50:34 +0000
commit1f7928663f417253f2f75f42625d514dc5f26b9a (patch)
treeefe92adf4f7759e16d3656abc8636475b46f6570 /tests/DataRefTest.cpp
parent7a11591e5e09493f1589c93d53fd1fe10086920a (diff)
Refactor: clean up some unused or mostly-unused API I saw here.
BUG= R=bungeman@google.com, reed@google.com Author: mtklein@google.com Review URL: https://chromiumcodereview.appspot.com/17414003 git-svn-id: http://skia.googlecode.com/svn/trunk@9668 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests/DataRefTest.cpp')
-rw-r--r--tests/DataRefTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/DataRefTest.cpp b/tests/DataRefTest.cpp
index b6daaf9569..313a61066d 100644
--- a/tests/DataRefTest.cpp
+++ b/tests/DataRefTest.cpp
@@ -273,7 +273,7 @@ static void test_files(skiatest::Reporter* reporter) {
if (!writer.isValid()) {
SkString msg;
msg.printf("Failed to create tmp file %s\n", path.c_str());
- reporter->reportFailed(msg.c_str());
+ reporter->reportFailed(msg);
return;
}
writer.write(s, 26);