summaryrefslogtreecommitdiff
path: root/test/text/glyph_atlas.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/text/glyph_atlas.test.cpp')
-rw-r--r--test/text/glyph_atlas.test.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/text/glyph_atlas.test.cpp b/test/text/glyph_atlas.test.cpp
index 01e0f115c0..5bff5a9a79 100644
--- a/test/text/glyph_atlas.test.cpp
+++ b/test/text/glyph_atlas.test.cpp
@@ -56,7 +56,7 @@ public:
}
};
-TEST(GlyphAtlas, LoadingSuccess) {
+TEST(GlyphAtlas, LoadingSuccess) { // NOLINT
GlyphAtlasTest test;
test.fileSource.glyphsResponse = [&] (const Resource& resource) {
@@ -95,7 +95,7 @@ TEST(GlyphAtlas, LoadingSuccess) {
});
}
-TEST(GlyphAtlas, LoadingFail) {
+TEST(GlyphAtlas, LoadingFail) { // NOLINT
GlyphAtlasTest test;
test.fileSource.glyphsResponse = [&] (const Resource&) {
@@ -128,7 +128,7 @@ TEST(GlyphAtlas, LoadingFail) {
});
}
-TEST(GlyphAtlas, LoadingCorrupted) {
+TEST(GlyphAtlas, LoadingCorrupted) { // NOLINT
GlyphAtlasTest test;
test.fileSource.glyphsResponse = [&] (const Resource&) {
@@ -159,7 +159,7 @@ TEST(GlyphAtlas, LoadingCorrupted) {
});
}
-TEST(GlyphAtlas, LoadingCancel) {
+TEST(GlyphAtlas, LoadingCancel) { // NOLINT
GlyphAtlasTest test;
test.fileSource.glyphsResponse = [&] (const Resource&) {
@@ -178,7 +178,7 @@ TEST(GlyphAtlas, LoadingCancel) {
});
}
-TEST(GlyphAtlas, LoadingInvalid) {
+TEST(GlyphAtlas, LoadingInvalid) { // NOLINT
GlyphAtlasTest test;
test.fileSource.glyphsResponse = [&] (const Resource& resource) {