From adcd347865b0437f6471550419bb08cb234f5be2 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Sun, 20 Mar 2016 17:41:43 +1100 Subject: [PATCH] * runtest.exp (load_file): Remove old comment. --- ChangeLog | 4 ++++ runtest.exp | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7d53138..f3c7a22 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2016-03-20 Ben Elliston + * runtest.exp (load_file): Remove old comment. + +2016-03-20 Ben Elliston + * lib/dg.exp (dg-test): There is no need to call unresolved to clear errcnt. Instead, pass 0 as argument 2 to perror. * runtest.exp (runtest): Likewise. diff --git a/runtest.exp b/runtest.exp index 2252bec..f63e5b3 100644 --- a/runtest.exp +++ b/runtest.exp @@ -293,9 +293,6 @@ proc findfile { args } { # If a tcl error occurs while sourcing a file, we print an error message # and exit. # -# ??? Perhaps add an optional argument of some descriptive text to add to -# verbose and error messages (eg: -t "library file" ?). -# proc load_file { args } { set i 0 set only_one 0 -- 2.7.4