diff --git a/src/std/filters/test/arrRecord.dbd b/src/std/filters/test/arrRecord.dbd index 307ef7ead..b504be1cb 100644 --- a/src/std/filters/test/arrRecord.dbd +++ b/src/std/filters/test/arrRecord.dbd @@ -31,6 +31,9 @@ recordtype(arr) { special(SPC_NOMOD) extra("void *bptr") } + field(INP, DBF_INLINK) { + prompt("Input Link") + } field(CLBK, DBF_NOACCESS) { prompt("Processing callback") special(SPC_NOMOD)