summaryrefslogtreecommitdiffstats
path: root/systemtest/testdata/reduce/avgcellslong.ql
diff options
context:
space:
mode:
Diffstat (limited to 'systemtest/testdata/reduce/avgcellslong.ql')
-rw-r--r--systemtest/testdata/reduce/avgcellslong.ql3
1 files changed, 3 insertions, 0 deletions
diff --git a/systemtest/testdata/reduce/avgcellslong.ql b/systemtest/testdata/reduce/avgcellslong.ql
new file mode 100644
index 0000000..a2c4380
--- /dev/null
+++ b/systemtest/testdata/reduce/avgcellslong.ql
@@ -0,0 +1,3 @@
+select marray x in [0:0] values avg_cells( a[0:2,0:2]*1l )
+from ImgCharD as a
+