summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Wojciechowski <lucas@mapbox.com>2018-02-22 14:45:16 -0800
committerLucas Wojciechowski <lucas@mapbox.com>2018-03-07 11:46:17 -0800
commitfa9ae2a9b6c0a32f8ada48f5c28bef8dfa7fc1fa (patch)
tree7b262b43d32f7760b10d9f473661f1d849c5d735
parent6c1c93fbbb1d175002d142087a1d8b55d7d49115 (diff)
downloadqtlocation-mapboxgl-fa9ae2a9b6c0a32f8ada48f5c28bef8dfa7fc1fa.tar.gz
Shot in the dark to fix CI (part 2)
-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 c450a12eb2..debb0dde5a 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));