From de79b6ac2344089edb2f29cece16039bd69ad188 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Tue, 15 Mar 2016 20:40:51 +1100 Subject: [PATCH] * testsuite/runtest.all/load_lib.exp: Typo fixes. --- ChangeLog | 4 ++++ testsuite/runtest.all/load_lib.exp | 9 +++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2f5e395..3cbe69d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2016-03-15 Ben Elliston + * testsuite/runtest.all/load_lib.exp: Typo fixes. + +2016-03-15 Ben Elliston + * testsuite/runtest.all/options.exp: Add more tests. 2016-03-15 Ben Elliston diff --git a/testsuite/runtest.all/load_lib.exp b/testsuite/runtest.all/load_lib.exp index 55a3a07..315272b 100644 --- a/testsuite/runtest.all/load_lib.exp +++ b/testsuite/runtest.all/load_lib.exp @@ -1,6 +1,6 @@ # test load_lib -# Verify that load_lib searches for a lib not only in it's default +# Verify that load_lib searches for a lib not only in its default # search_dirs but also in the libdirs list of directories. # load_lib f exits with a failure if it does not find f. @@ -29,9 +29,10 @@ global libdirs lappend libdirs $extradir verbose "now added libdirs: $libdirs" 2 -# In this testcase, we did not exit 1 from load_lib as per above rename. -# subfile1 thus is in the loaded_libs LUT and we won't walk the -# search_dirs again. Use another file for testing the lappend worked. +# In this testcase, we did not exit 1 from load_lib as per above +# rename. subfile1 thus is in the loaded_libs LUT and we won't walk +# the search_dirs again. Use another file for testing the lappend +# worked. if { [load_lib "subfile2"] == ""} { pass "load_lib subfile2 loaded" -- 2.7.4