Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1436)

Unified Diff: tests/StreamTest.cpp

Issue 830513004: Simplify skiatest framework. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests/StreamTest.cpp
diff --git a/tests/StreamTest.cpp b/tests/StreamTest.cpp
index ce391a398a6edacc23b3fa4ce3c7e6edad56c7a1..fb87ab2910efe37c9bac03004ca9b4caa7f769f2 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 = reporter->getTmpDir();
if (!tmpDir.isEmpty()) {
test_filestreams(reporter, tmpDir.c_str());
}

Powered by Google App Engine
This is Rietveld 408576698