summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Wojciechowski <lucas@mapbox.com>2018-02-22 15:10:17 -0800
committerLucas Wojciechowski <lucas@mapbox.com>2018-02-22 15:10:17 -0800
commit35d997cd6d240d7c477af5062f9d0b6ab14ead08 (patch)
tree82a039349372b6cf4aa193442032532a904617ad
parent898037a06f5213b2a8303ed0cd00ef051e0400b2 (diff)
downloadqtlocation-mapboxgl-35d997cd6d240d7c477af5062f9d0b6ab14ead08.tar.gz
Shot in the dark to fix CI (part 3)
-rw-r--r--test/style/filter.test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/style/filter.test.cpp b/test/style/filter.test.cpp
index debb0dde5a..7994059f52 100644
--- a/test/style/filter.test.cpp
+++ b/test/style/filter.test.cpp
@@ -109,7 +109,7 @@ TEST(Filter, NotHas) {
}
TEST(Filter, ID) {
- StubGeometryTileFeature feature1 { FeatureIdentifier{ uint64_t{ 1234 } }, {}, {}, {{} };
+ StubGeometryTileFeature feature1 { FeatureIdentifier{ uint64_t{ 1234 } }, {}, {}, {{}}};
ASSERT_TRUE(parse("[\"==\", \"$id\", 1234]")(feature1));
ASSERT_FALSE(parse("[\"==\", \"$id\", \"1234\"]")(feature1));