From 87f3ba4847aa575016eb3a21e944197d757df8c0 Mon Sep 17 00:00:00 2001 From: halcanary Date: Tue, 20 Jan 2015 09:30:20 -0800 Subject: 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 --- tests/StreamTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/StreamTest.cpp') diff --git a/tests/StreamTest.cpp b/tests/StreamTest.cpp index ce391a398a..ab0af14088 100644 --- a/tests/StreamTest.cpp +++ b/tests/StreamTest.cpp @@ -130,7 +130,7 @@ static void TestWStream(skiatest::Reporter* reporter) { } delete[] dst; - SkString tmpDir = skiatest::Test::GetTmpDir(); + SkString tmpDir = skiatest::GetTmpDir(); if (!tmpDir.isEmpty()) { test_filestreams(reporter, tmpDir.c_str()); } -- cgit v1.2.3