summaryrefslogtreecommitdiff
path: root/test/algorithm
diff options
context:
space:
mode:
Diffstat (limited to 'test/algorithm')
-rw-r--r--test/algorithm/mock.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/algorithm/mock.hpp b/test/algorithm/mock.hpp
index 0faddcac7e..a1ee534f79 100644
--- a/test/algorithm/mock.hpp
+++ b/test/algorithm/mock.hpp
@@ -44,7 +44,7 @@ struct MockBucket {};
struct MockTileData {
- bool isReady() {
+ bool isRenderable() {
return ready;
}