summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/types/types.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/derived/types/types.sd')
-rw-r--r--config-model/src/test/derived/types/types.sd2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/test/derived/types/types.sd b/config-model/src/test/derived/types/types.sd
index 0590625e1c6..c908b648340 100644
--- a/config-model/src/test/derived/types/types.sd
+++ b/config-model/src/test/derived/types/types.sd
@@ -87,7 +87,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>{}