summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/attributes/attributes.sd
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahooinc.com>2022-04-27 09:58:33 +0000
committerArne H Juul <arnej@yahooinc.com>2022-04-27 09:58:33 +0000
commitde28c02fe270ac13725f5de0d94374ce612c1f98 (patch)
tree1e0cc79d141c3d03334868334fc82e05834f2446 /config-model/src/test/derived/attributes/attributes.sd
parente45cd30a0cf9e99be02af029dbb5c8517ba8ce4b (diff)
validate nested type for weighted sets
* prepare to be more strict in Vespa 8
Diffstat (limited to 'config-model/src/test/derived/attributes/attributes.sd')
-rw-r--r--config-model/src/test/derived/attributes/attributes.sd2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/test/derived/attributes/attributes.sd b/config-model/src/test/derived/attributes/attributes.sd
index f38087fbc6f..df647c833f4 100644
--- a/config-model/src/test/derived/attributes/attributes.sd
+++ b/config-model/src/test/derived/attributes/attributes.sd
@@ -74,7 +74,7 @@ search attributes {
field b6 type array<long> {
indexing: summary | attribute
}
- field b7 type weightedset<double> {
+ field b7 type weightedset<int> {
indexing: summary | attribute
}