summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Loer <chris.loer@gmail.com>2018-06-12 11:53:30 -0700
committerChris Loer <chris.loer@gmail.com>2018-06-12 11:53:30 -0700
commit50797992c2c20b90a0712f84eebd467b711d824b (patch)
tree6a6ae67016f2d8bd8bf7ca2a3c52cc537c3934b8
parent42a666677a3a44171aed37d2c2565b524907e91e (diff)
downloadqtlocation-mapboxgl-50797992c2c20b90a0712f84eebd467b711d824b.tar.gz
Enable collator and resolved-locale in expression.test.cpp.
-rw-r--r--test/style/expression/expression.test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/style/expression/expression.test.cpp b/test/style/expression/expression.test.cpp
index 709624a50f..0b46facf42 100644
--- a/test/style/expression/expression.test.cpp
+++ b/test/style/expression/expression.test.cpp
@@ -29,7 +29,7 @@ TEST(Expression, IsExpression) {
for(auto& entry : allExpressions.GetObject()) {
const std::string name { entry.name.GetString(), entry.name.GetStringLength() };
- if (name == "collator" || name == "line-progress" || name == "resolved-locale" || name == "feature-state") {
+ if (name == "line-progress" || name == "feature-state") {
// Not yet implemented
continue;
}