summaryrefslogtreecommitdiff
path: root/render-test/ios/iosTestRunner.mm
diff options
context:
space:
mode:
Diffstat (limited to 'render-test/ios/iosTestRunner.mm')
-rw-r--r--render-test/ios/iosTestRunner.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/render-test/ios/iosTestRunner.mm b/render-test/ios/iosTestRunner.mm
index 5c0365d367..3fe16c1d8e 100644
--- a/render-test/ios/iosTestRunner.mm
+++ b/render-test/ios/iosTestRunner.mm
@@ -76,8 +76,8 @@
std::string basePath = std::string([path UTF8String]);
self.testStatus = self.runner->startTest(basePath) ? YES : NO;
- self.styleResultPath = [path stringByAppendingPathComponent:@"/next-ios-render-test-runner-style.html"];
- self.metricResultPath = [path stringByAppendingPathComponent:@"/next-ios-render-test-runner-metrics.html"];
+ self.styleResultPath = [path stringByAppendingPathComponent:@"/ios-render-test-runner-style.html"];
+ self.metricResultPath = [path stringByAppendingPathComponent:@"/ios-render-test-runner-metrics.html"];
BOOL fileFound = [fileManager fileExistsAtPath: self.styleResultPath];
if (fileFound == NO) {