diff options
Diffstat (limited to 'tests/auto0/auto2/file2.tcl')
-rw-r--r-- | tests/auto0/auto2/file2.tcl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto0/auto2/file2.tcl b/tests/auto0/auto2/file2.tcl new file mode 100644 index 0000000..5bc622f --- /dev/null +++ b/tests/auto0/auto2/file2.tcl @@ -0,0 +1,3 @@ +proc report2 {args} { + return ok2 +} |