regRecDevDrv.pl: Don't break long symbol names in DBD files

Makes a test symbol name long enough to trigger the problem.

Fixes lp: #1995728
This commit is contained in:
Andrew Johnson
2022-11-04 11:09:06 -05:00
parent 0f8ea3aa36
commit cbd86ada20
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
device(x, CONSTANT, devxSoft, "Soft Channel")
device(x, INST_IO , devxScanIO, "Scan I/O")
device(x, INST_IO, devxScanIO_excessively_long_symbol_name_for_testing_code_generation, "Scan I/O")