diff options
Diffstat (limited to 'render-test/runner.hpp')
-rw-r--r-- | render-test/runner.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/render-test/runner.hpp b/render-test/runner.hpp index 920a9ee372..74cc03ba03 100644 --- a/render-test/runner.hpp +++ b/render-test/runner.hpp @@ -17,7 +17,7 @@ public: /// Returns path of the render tests root directory. static const std::string& getBasePath(); /// Returns path of mapbox-gl-native expectations directory. - static const std::string& getPlatformExpectationsPath(); + static const std::vector<std::string>& getPlatformExpectationsPaths(); private: bool runOperations(const std::string& key, TestMetadata&); |