summaryrefslogtreecommitdiffstats
path: root/eval
diff options
context:
space:
mode:
authorArne Juul <arnej@verizonmedia.com>2021-03-19 14:26:55 +0000
committerArne Juul <arnej@verizonmedia.com>2021-03-19 14:26:55 +0000
commit591d6b9ee84860c49db089099fbde0b3e77a3ec7 (patch)
tree2157f2d2463b529bf2c3a54f2c0b5b76a98afae8 /eval
parent312c1f168399ee51b8abd3e27b53e94ff9975db1 (diff)
check inplace with different result type
Diffstat (limited to 'eval')
-rw-r--r--eval/src/tests/instruction/mixed_simple_join_function/mixed_simple_join_function_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/eval/src/tests/instruction/mixed_simple_join_function/mixed_simple_join_function_test.cpp b/eval/src/tests/instruction/mixed_simple_join_function/mixed_simple_join_function_test.cpp
index 2b016645073..9150fb604be 100644
--- a/eval/src/tests/instruction/mixed_simple_join_function/mixed_simple_join_function_test.cpp
+++ b/eval/src/tests/instruction/mixed_simple_join_function/mixed_simple_join_function_test.cpp
@@ -127,6 +127,7 @@ TEST("require that unit join is optimized") {
TEST("require that trivial dimensions do not affect overlap calculation") {
TEST_DO(verify_optimized("c5d1+b1c5", Primary::RHS, Overlap::FULL, 1));
+ TEST_DO(verify_simple("@c5d1+@b1c5", Primary::RHS, Overlap::FULL, 1, true, true, true));
}
TEST("require that outer nesting is preferred to inner nesting") {