summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/configmodel/types/types.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/configmodel/types/types.sd')
-rw-r--r--config-model/src/test/configmodel/types/types.sd2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/test/configmodel/types/types.sd b/config-model/src/test/configmodel/types/types.sd
index c55c5611bc5..f34a6776b11 100644
--- a/config-model/src/test/configmodel/types/types.sd
+++ b/config-model/src/test/configmodel/types/types.sd
@@ -92,7 +92,7 @@ search types {
field arrarr type array<array<array<string>>> {header}
field maparr type array<map<string, string>> {header}
- field complexarray type array< map<array<array<string>>, int> > {body}
+ field complexarray type array< map<int, array<array<string>>> > {body}
struct mystruct {
field bytearr type array<byte>{}