aboutsummaryrefslogtreecommitdiff
path: root/tests/error.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/error.test')
-rw-r--r--tests/error.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/error.test b/tests/error.test
index 0bcd0da..3a4b44f 100644
--- a/tests/error.test
+++ b/tests/error.test
@@ -50,4 +50,4 @@ test error-1.2 "Modify stacktrace" {
# Package should be able to invoke exit, which should exit if not caught
test error-2.1 "Exit from package" {
list [catch {package require exitpackage} msg] $msg
-} {7 {Can't find package 'exitpackage'}}
+} {7 {Can't load package 'exitpackage'}}