aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@vespa.ai>2023-09-27 17:48:06 +0200
committerJon Bratseth <bratseth@vespa.ai>2023-09-27 17:48:06 +0200
commitae414aab08a848ae1cf1539a680ce17f4b429afc (patch)
treee66a51adf576df44ac9d86182b54099c28bc39a9 /config-model/src/test/examples
parent9e1fd455fb3bd911bd6183c42e3d513c3f6278af (diff)
Simplify tests
Diffstat (limited to 'config-model/src/test/examples')
-rw-r--r--config-model/src/test/examples/indexing_modify_field_no_output.sd8
1 files changed, 0 insertions, 8 deletions
diff --git a/config-model/src/test/examples/indexing_modify_field_no_output.sd b/config-model/src/test/examples/indexing_modify_field_no_output.sd
deleted file mode 100644
index ac2bed520e8..00000000000
--- a/config-model/src/test/examples/indexing_modify_field_no_output.sd
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-search indexing_modify_field_no_output {
- document indexing_modify_field_no_output {
- field foo type string {
- indexing: lowercase | echo
- }
- }
-}