Skip to content

Commit

Permalink
Fix regression: proc parsing without testKit extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Jackson committed Feb 6, 2020
1 parent 3a51e5b commit 0d6bee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tcldebugger/instrument.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ namespace eval instrument {
{ifneeded {parseSimpleArgs 2 3 \
{parseWord parseWord parseBody}}}
} {parseCommand}}
proc 7.3 {parseProcCmd}
proc 7.3 {parseSimpleArgs 3 3 {parseWord parseWord parseBody}}
return 7.3 {parseReturnCmd}
switch 7.3 {parseSwitchCmd}
time 7.3 {parseSimpleArgs 1 2 {parseBody parseWord}}
Expand Down

0 comments on commit 0d6bee1

Please sign in to comment.