summaryrefslogtreecommitdiff
path: root/test/sprite/sprite_image_collection.test.cpp
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2017-05-15 15:04:23 +0300
committerBruno de Oliveira Abinader <bruno@mapbox.com>2017-05-15 15:33:12 +0300
commitc69e8fc0a6ee61f3b9ced7eef9212103b5962119 (patch)
tree562ee7467200f247f471274ed10a1f8bfb1a7dae /test/sprite/sprite_image_collection.test.cpp
parentd4f6cac686bdd92b913a8877c5a984dc0082b7a8 (diff)
downloadqtlocation-mapboxgl-c69e8fc0a6ee61f3b9ced7eef9212103b5962119.tar.gz
[tidy] Use NOLINT instead of per-folder .clang-tidy
Diffstat (limited to 'test/sprite/sprite_image_collection.test.cpp')
-rw-r--r--test/sprite/sprite_image_collection.test.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/sprite/sprite_image_collection.test.cpp b/test/sprite/sprite_image_collection.test.cpp
index 51ea20fdf3..00626b8617 100644
--- a/test/sprite/sprite_image_collection.test.cpp
+++ b/test/sprite/sprite_image_collection.test.cpp
@@ -9,7 +9,7 @@
using namespace mbgl;
-TEST(SpriteImageCollection, OtherPixelRatio) {
+TEST(SpriteImageCollection, OtherPixelRatio) { // NOLINT
FixtureLog log;
Images images;
@@ -17,7 +17,7 @@ TEST(SpriteImageCollection, OtherPixelRatio) {
addSpriteImage(images, "one", std::make_unique<style::Image>(PremultipliedImage({ 8, 8 }), 2));
}
-TEST(SpriteImageCollection, Replace) {
+TEST(SpriteImageCollection, Replace) { // NOLINT
FixtureLog log;
Images images;
@@ -27,7 +27,7 @@ TEST(SpriteImageCollection, Replace) {
EXPECT_NE(image, images.find("sprite")->second.get());
}
-TEST(SpriteImageCollection, ReplaceWithDifferentDimensions) {
+TEST(SpriteImageCollection, ReplaceWithDifferentDimensions) { // NOLINT
FixtureLog log;
Images images;