aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/array_of_struct_attribute/test.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/derived/array_of_struct_attribute/test.sd')
-rw-r--r--config-model/src/test/derived/array_of_struct_attribute/test.sd4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-model/src/test/derived/array_of_struct_attribute/test.sd b/config-model/src/test/derived/array_of_struct_attribute/test.sd
index 969dba96bf8..3e46aea986a 100644
--- a/config-model/src/test/derived/array_of_struct_attribute/test.sd
+++ b/config-model/src/test/derived/array_of_struct_attribute/test.sd
@@ -1,4 +1,4 @@
-# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
schema test {
document test {
struct elem {
@@ -17,6 +17,6 @@ schema test {
}
}
document-summary rename {
- summary new_elem_array type array<elem> { source: elem_array }
+ summary new_elem_array { source: elem_array }
}
}