aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/emptychild
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-05-29 14:33:33 +0200
committerJon Bratseth <bratseth@gmail.com>2022-05-29 14:33:33 +0200
commitbdbb54df9a0cc4058cb7cae17b2ef7c157f77321 (patch)
tree3476867cb3a1baaffc4f4758f00f628536377b24 /config-model/src/test/derived/emptychild
parent2110d773d17591a5bc1bcad3feeae28e03024fae (diff)
Use modern syntax
Diffstat (limited to 'config-model/src/test/derived/emptychild')
-rw-r--r--config-model/src/test/derived/emptychild/child.sd2
-rw-r--r--config-model/src/test/derived/emptychild/parent.sd2
2 files changed, 2 insertions, 2 deletions
diff --git a/config-model/src/test/derived/emptychild/child.sd b/config-model/src/test/derived/emptychild/child.sd
index 814899363d7..718a8561ab8 100644
--- a/config-model/src/test/derived/emptychild/child.sd
+++ b/config-model/src/test/derived/emptychild/child.sd
@@ -1,5 +1,5 @@
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-search child {
+schema child {
document child inherits parent {
}
}
diff --git a/config-model/src/test/derived/emptychild/parent.sd b/config-model/src/test/derived/emptychild/parent.sd
index 8c1754f54c9..f304a8f7633 100644
--- a/config-model/src/test/derived/emptychild/parent.sd
+++ b/config-model/src/test/derived/emptychild/parent.sd
@@ -1,5 +1,5 @@
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-search parent {
+schema parent {
document parent {
field a1 type string {
indexing: attribute | summary