diff options
author | Ben Elliston <bje@gnu.org> | 2016-03-20 17:41:43 +1100 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2016-03-20 17:41:43 +1100 |
commit | adcd347865b0437f6471550419bb08cb234f5be2 (patch) | |
tree | ee20077eabade4dff7cf720781717dcb3df5b7b0 | |
parent | 1992ceaf6d309d0fce0d8d130014d2a8419c9234 (diff) | |
download | dejagnu-adcd347865b0437f6471550419bb08cb234f5be2.zip dejagnu-adcd347865b0437f6471550419bb08cb234f5be2.tar.gz dejagnu-adcd347865b0437f6471550419bb08cb234f5be2.tar.bz2 |
* runtest.exp (load_file): Remove old comment.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | runtest.exp | 3 |
2 files changed, 4 insertions, 3 deletions
@@ -1,5 +1,9 @@ 2016-03-20 Ben Elliston <bje@gnu.org> + * runtest.exp (load_file): Remove old comment. + +2016-03-20 Ben Elliston <bje@gnu.org> + * 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 |