summaryrefslogtreecommitdiff
path: root/render-test/manifest_parser.hpp
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2020-01-08 13:41:35 +0200
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2020-01-08 14:58:05 +0200
commit5a0f43037fc77d200a3759e15b258fc4e5717b43 (patch)
treed6f88a23fc74cbc93b0c360d936af5c788b2c21d /render-test/manifest_parser.hpp
parent87013ad6e1138af44f5d37d18973ec6c4236db56 (diff)
downloadqtlocation-mapboxgl-5a0f43037fc77d200a3759e15b258fc4e5717b43.tar.gz
[render-test] Remove positional argument
Not in use, for running a single test, use -f instead.
Diffstat (limited to 'render-test/manifest_parser.hpp')
-rw-r--r--render-test/manifest_parser.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/render-test/manifest_parser.hpp b/render-test/manifest_parser.hpp
index 28cae6f93e..2d11c9633e 100644
--- a/render-test/manifest_parser.hpp
+++ b/render-test/manifest_parser.hpp
@@ -40,6 +40,5 @@ private:
class ManifestParser {
public:
static mbgl::optional<Manifest> parseManifest(const std::string& manifestPath,
- const std::vector<std::string>& testNames,
std::string testFilter);
};