summaryrefslogtreecommitdiff
path: root/test/text/glyph_pbf.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/text/glyph_pbf.test.cpp')
-rw-r--r--test/text/glyph_pbf.test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/text/glyph_pbf.test.cpp b/test/text/glyph_pbf.test.cpp
index c222ec1dd9..42018d6708 100644
--- a/test/text/glyph_pbf.test.cpp
+++ b/test/text/glyph_pbf.test.cpp
@@ -5,7 +5,7 @@
using namespace mbgl;
-TEST(GlyphPBF, Parsing) {
+TEST(GlyphPBF, Parsing) { // NOLINT
// The fake glyphs contain a number of invalid glyphs, which should be skipped by the parser.
auto sdfs = parseGlyphPBF(GlyphRange { 0, 255 }, util::read_file("test/fixtures/resources/fake_glyphs-0-255.pbf"));
EXPECT_TRUE(sdfs.size() == 1);