std/rec/test: extend arrayOpTest to cover an array of size 1 (detects bug lp:1389298)

This commit is contained in:
Ralph Lange
2014-11-19 09:59:34 +01:00
parent adc6219c2a
commit 0627aa5712
2 changed files with 66 additions and 6 deletions
+4
View File
@@ -2,3 +2,7 @@ record(waveform, "wfrec") {
field(NELM, "10")
field(FTVL, "LONG")
}
record(waveform, "wfrec1") {
field(NELM, "1")
field(FTVL, "LONG")
}