aboutsummaryrefslogtreecommitdiff
path: root/tests/expression_test.ml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/expression_test.ml')
-rwxr-xr-xtests/expression_test.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/expression_test.ml b/tests/expression_test.ml
index 3674b9a..d1ac2ba 100755
--- a/tests/expression_test.ml
+++ b/tests/expression_test.ml
@@ -11,7 +11,6 @@ let _msg ~expected ~result =
| Expression.Basic ScTypes.Date _ -> "D"
| Expression.Basic ScTypes.Undefined -> "U"
| Expression.Basic ScTypes.Bool _ -> "B"
- | Expression.Basic ScTypes.List _ -> "L"
| Expression.Formula _ -> "F" in
Printf.sprintf "Expected %s:%s but got %s:%s"