From 73e7c340f555291d4264b2f83caacf59a5a3395f Mon Sep 17 00:00:00 2001 From: wtschueller Date: Sat, 12 Jul 2014 21:37:10 +0200 Subject: Tcl: add missing file that breaks test 057 --- testing/_057_caller_graphs.tcl | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 testing/_057_caller_graphs.tcl diff --git a/testing/_057_caller_graphs.tcl b/testing/_057_caller_graphs.tcl new file mode 100644 index 0000000..24b9c20 --- /dev/null +++ b/testing/_057_caller_graphs.tcl @@ -0,0 +1,4 @@ +proc inFileB args { + array set info [info frame 0]; puts -nonewline ->$info(proc) + inFileA +} -- cgit v0.12