summaryrefslogtreecommitdiff
path: root/test/text/quads.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/text/quads.test.cpp')
-rw-r--r--test/text/quads.test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/text/quads.test.cpp b/test/text/quads.test.cpp
index 83fd249535..f363781dfe 100644
--- a/test/text/quads.test.cpp
+++ b/test/text/quads.test.cpp
@@ -9,7 +9,7 @@
using namespace mbgl;
using namespace mbgl::style;
-TEST(getIconQuads, normal) {
+TEST(getIconQuads, normal) { // NOLINT
SymbolLayoutProperties::Evaluated layout;
Anchor anchor(2.0, 3.0, 0.0, 0.5f, 0);
SpriteAtlasElement image = {
@@ -43,7 +43,7 @@ TEST(getIconQuads, normal) {
ASSERT_EQ(quad.minScale, 0.5f);
}
-TEST(getIconQuads, style) {
+TEST(getIconQuads, style) { // NOLINT
Anchor anchor(0.0, 0.0, 0.0, 0.5f, 0);
SpriteAtlasElement image = {
Rect<uint16_t>( 0, 0, 20, 20 ),