summaryrefslogtreecommitdiffstats
path: root/eval
diff options
context:
space:
mode:
Diffstat (limited to 'eval')
-rw-r--r--eval/src/vespa/eval/eval/test/tensor_conformance.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/eval/src/vespa/eval/eval/test/tensor_conformance.cpp b/eval/src/vespa/eval/eval/test/tensor_conformance.cpp
index f2b1e1e3c72..c2dd5a536d5 100644
--- a/eval/src/vespa/eval/eval/test/tensor_conformance.cpp
+++ b/eval/src/vespa/eval/eval/test/tensor_conformance.cpp
@@ -629,6 +629,7 @@ struct TestContext {
{x(5)}, {x(3)},
{x(5)}, {y(5)},
{x(5)}, {x(5),y(5)},
+ {y(3)}, {x(2),z(3)},
{x(3),y(5)}, {x(4),y(4)},
{x(3),y(5)}, {y(5),z(7)},
{x({"a","b","c"})}, {x({"a","b","c"})},