aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/DataRefTest.cpp
diff options
context:
space:
mode:
authorGravatar halcanary <halcanary@google.com>2015-01-20 09:30:20 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-01-20 09:30:20 -0800
commit87f3ba4847aa575016eb3a21e944197d757df8c0 (patch)
treef9cfcb622627ed9d5a3d625990a3023a81c396a5 /tests/DataRefTest.cpp
parent873ad0e0b4d67bdc7bad025018f597450e7004c6 (diff)
Simplify skiatest framework.
skiatest::Test class is now a simple struct. Some functionalty, such as counting errors or timing is now handled elsewhere. skiatest:Reporter is now a simpler abstract class. The two implementations handle test errors. DM and pathops_unittest updated. Review URL: https://codereview.chromium.org/830513004
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 6a58c16507..099e9098cb 100644
--- a/tests/DataRefTest.cpp
+++ b/tests/DataRefTest.cpp
@@ -174,7 +174,7 @@ static void test_cstring(skiatest::Reporter* reporter) {
}
static void test_files(skiatest::Reporter* reporter) {
- SkString tmpDir = skiatest::Test::GetTmpDir();
+ SkString tmpDir = skiatest::GetTmpDir();
if (tmpDir.isEmpty()) {
return;
}