summaryrefslogtreecommitdiff
path: root/test/geometry/binpack.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/geometry/binpack.test.cpp')
-rw-r--r--test/geometry/binpack.test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/geometry/binpack.test.cpp b/test/geometry/binpack.test.cpp
index 0b74df7fa9..73219af8b4 100644
--- a/test/geometry/binpack.test.cpp
+++ b/test/geometry/binpack.test.cpp
@@ -11,7 +11,7 @@ template <typename T> ::std::ostream& operator<<(::std::ostream& os, const Rect<
}
} // namespace mbgl
-TEST(BinPack, Allocating) {
+TEST(BinPack, Allocating) { // NOLINT
mbgl::BinPack<uint16_t> bin(128, 128);
std::array<mbgl::Rect<uint16_t>, 4> rects;
@@ -30,7 +30,7 @@ TEST(BinPack, Allocating) {
}
-TEST(BinPack, Full) {
+TEST(BinPack, Full) { // NOLINT
mbgl::BinPack<uint16_t> bin(128, 128);
std::vector<mbgl::Rect<uint16_t>> rects;