diff --git a/benchmark/test_rendering.cpp b/benchmark/test_rendering.cpp index 593307b08..beea28969 100644 --- a/benchmark/test_rendering.cpp +++ b/benchmark/test_rendering.cpp @@ -28,7 +28,7 @@ public: boost::optional map = params.get("map"); if (!map) { - throw std::runtime_error("please provide a --map= arg"); + throw std::runtime_error("please provide a --map arg"); } xml_ = *map;