Index: tests/FontHostTest.cpp |
diff --git a/tests/FontHostTest.cpp b/tests/FontHostTest.cpp |
index 23625b38749a8cf72b52220c43236b7f8f461694..4fc99c40dbab9bdb0947d5f3b28a7c044cec2255 100644 |
--- a/tests/FontHostTest.cpp |
+++ b/tests/FontHostTest.cpp |
@@ -155,7 +155,7 @@ static void test_fontstream(skiatest::Reporter* reporter) { |
SkDebugf("Could not run fontstream test because resourcePath not specified."); |
return; |
} |
- SkString filename = SkOSPath::SkPathJoin(resourcePath.c_str(), "test.ttc"); |
+ SkString filename = SkOSPath::Join(resourcePath.c_str(), "test.ttc"); |
SkFILEStream stream(filename.c_str()); |
if (stream.isValid()) { |