From 2c2241c50645a677ec1d45aa1895021244744869 Mon Sep 17 00:00:00 2001 From: Chris Loer Date: Tue, 2 Oct 2018 19:02:17 -0700 Subject: [test] Enable 'format' Expression test. --- test/style/expression/expression.test.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/style/expression/expression.test.cpp b/test/style/expression/expression.test.cpp index bed3d4f063..dd986c98f5 100644 --- a/test/style/expression/expression.test.cpp +++ b/test/style/expression/expression.test.cpp @@ -36,8 +36,7 @@ TEST(Expression, IsExpression) { // TODO: "feature-state": https://github.com/mapbox/mapbox-gl-native/issues/12613 // TODO: "interpolate-hcl": https://github.com/mapbox/mapbox-gl-native/issues/8720 // TODO: "interpolate-lab": https://github.com/mapbox/mapbox-gl-native/issues/8720 - // TODO: "format": https://github.com/mapbox/mapbox-gl-native/issues/12612 - if (name == "feature-state" || name == "interpolate-hcl" || name == "interpolate-lab" || name == "format") { + if (name == "feature-state" || name == "interpolate-hcl" || name == "interpolate-lab") { if (expression::isExpression(conversion::Convertible(expression))) { ASSERT_TRUE(false) << "Expression name" << name << "is implemented - please update Expression.IsExpression test."; } -- cgit v1.2.1