summaryrefslogtreecommitdiff
path: root/render-test/ios/ios_test_runner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'render-test/ios/ios_test_runner.cpp')
-rw-r--r--render-test/ios/ios_test_runner.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/render-test/ios/ios_test_runner.cpp b/render-test/ios/ios_test_runner.cpp
index ceb44440aa..bb93db489d 100644
--- a/render-test/ios/ios_test_runner.cpp
+++ b/render-test/ios/ios_test_runner.cpp
@@ -35,8 +35,8 @@ bool TestRunner::startTest(const std::string& manifestBasePath) {
bool status = false;
try {
- status = runTestWithManifest(manifestBasePath + "/next-ios-render-test-runner-style.json");
- status = runTestWithManifest(manifestBasePath + "/next-ios-render-test-runner-metrics.json") && status;
+ status = runTestWithManifest(manifestBasePath + "/ios-render-test-runner-style.json");
+ status = runTestWithManifest(manifestBasePath + "/ios-render-test-runner-metrics.json") && status;
} catch (...) {
mbgl::Log::Info(mbgl::Event::General, "Failed with exception");
}