summaryrefslogtreecommitdiff
path: root/test/files/run/t2074_2.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t2074_2.check')
-rw-r--r--test/files/run/t2074_2.check4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/files/run/t2074_2.check b/test/files/run/t2074_2.check
index 6bb1d596bd..416b327bd0 100644
--- a/test/files/run/t2074_2.check
+++ b/test/files/run/t2074_2.check
@@ -1 +1,3 @@
-VectorViewTemplateZ((1,1), (2,2), (3,3))
+VectorView(1, 2, 3)
+VectorView(1, 2, 3)
+VectorViewZ((1,1), (2,2), (3,3))