summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Wojciechowski <lucas@mapbox.com>2018-02-22 15:10:17 -0800
committerLucas Wojciechowski <lucas@mapbox.com>2018-03-07 11:46:17 -0800
commit562d5536c535cfc4020c10774dbd46c2f03cb560 (patch)
tree58b7288ac50f941710a358e65e5ccc075adc25f5
parentfa9ae2a9b6c0a32f8ada48f5c28bef8dfa7fc1fa (diff)
downloadqtlocation-mapboxgl-562d5536c535cfc4020c10774dbd46c2f03cb560.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));