summaryrefslogtreecommitdiff
path: root/render-test/parser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'render-test/parser.hpp')
-rw-r--r--render-test/parser.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/render-test/parser.hpp b/render-test/parser.hpp
index 905118b401..a54af34345 100644
--- a/render-test/parser.hpp
+++ b/render-test/parser.hpp
@@ -24,8 +24,8 @@ std::vector<std::string> readExpectedJSONEntries(const mbgl::filesystem::path& b
TestMetrics readExpectedMetrics(const mbgl::filesystem::path& path);
-TestMetadata parseTestMetadata(const TestPaths& paths, const Manifest& manifest);
-TestOperations parseTestOperations(TestMetadata& metadata, const Manifest& manifest);
+TestMetadata parseTestMetadata(const TestPaths& paths);
+TestOperations parseTestOperations(TestMetadata& metadata);
std::string createResultPage(const TestStatistics&, const std::vector<TestMetadata>&, bool shuffle, uint32_t seed);
@@ -66,4 +66,4 @@ extern const std::string panGestureOp;
extern const std::string gfxProbeOp;
extern const std::string gfxProbeStartOp;
extern const std::string gfxProbeEndOp;
-} // namespace TestOperationNames \ No newline at end of file
+} // namespace TestOperationNames