summaryrefslogtreecommitdiff
path: root/test/api/annotations.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/api/annotations.cpp')
-rw-r--r--test/api/annotations.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/api/annotations.cpp b/test/api/annotations.cpp
index ed95d29b10..0af64095c1 100644
--- a/test/api/annotations.cpp
+++ b/test/api/annotations.cpp
@@ -22,7 +22,7 @@ std::shared_ptr<SpriteImage> namedMarker(const std::string &name) {
namespace {
void checkRendering(Map& map, const char * name) {
- test::checkImage(std::string("test/fixtures/annotations/") + name + "/",
+ test::checkImage(std::string("test/fixtures/annotations/") + name,
test::render(map), 0.0002, 0.1);
}