diff options
Diffstat (limited to 'source/aparser/templates/harness.tpl')
-rw-r--r-- | source/aparser/templates/harness.tpl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source/aparser/templates/harness.tpl b/source/aparser/templates/harness.tpl deleted file mode 100644 index 27c33c0adc1..00000000000 --- a/source/aparser/templates/harness.tpl +++ /dev/null @@ -1,5 +0,0 @@ - - if (strcmp(test,"@TEST@")==0) { - @TEST@ il; - ret = io_@TEST@("@TEST@", ps, 0, &il, flags); - } else |