diff options
Diffstat (limited to 'test/style')
-rw-r--r-- | test/style/expression/expression.test.cpp | 2 |
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; } |