summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/inheritstruct/child.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/derived/inheritstruct/child.sd')
-rw-r--r--config-model/src/test/derived/inheritstruct/child.sd1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-model/src/test/derived/inheritstruct/child.sd b/config-model/src/test/derived/inheritstruct/child.sd
index 5ac69c429e1..cd3d4f51458 100644
--- a/config-model/src/test/derived/inheritstruct/child.sd
+++ b/config-model/src/test/derived/inheritstruct/child.sd
@@ -3,6 +3,7 @@ search child {
document child inherits parent {
field child_struct_field type my_struct {
indexing: summary | index
+ header
match: prefix
}
}