summaryrefslogtreecommitdiff
path: root/test/algorithm/covered_by_children.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/algorithm/covered_by_children.test.cpp
parentd4f6cac686bdd92b913a8877c5a984dc0082b7a8 (diff)
downloadqtlocation-mapboxgl-c69e8fc0a6ee61f3b9ced7eef9212103b5962119.tar.gz
[tidy] Use NOLINT instead of per-folder .clang-tidy
Diffstat (limited to 'test/algorithm/covered_by_children.test.cpp')
-rw-r--r--test/algorithm/covered_by_children.test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/algorithm/covered_by_children.test.cpp b/test/algorithm/covered_by_children.test.cpp
index b2a219bf29..c9c8bb3331 100644
--- a/test/algorithm/covered_by_children.test.cpp
+++ b/test/algorithm/covered_by_children.test.cpp
@@ -8,7 +8,7 @@ using namespace mbgl;
using List = std::map<UnwrappedTileID, bool>;
-TEST(CoveredByChildren, NotCovered) {
+TEST(CoveredByChildren, NotCovered) { // NOLINT
const List list1;
EXPECT_FALSE(algorithm::coveredByChildren(UnwrappedTileID{ 0, 0, 0 }, list1));
@@ -33,7 +33,7 @@ TEST(CoveredByChildren, NotCovered) {
EXPECT_FALSE(algorithm::coveredByChildren(UnwrappedTileID{ 0, 0, 0 }, list3));
}
-TEST(CoveredByChildren, Covered) {
+TEST(CoveredByChildren, Covered) { // NOLINT
const List list1{
{ UnwrappedTileID{ 0, 0, 0 }, true },
// all four child tiles