diff --git a/test-suite/tests/srfi-17.test b/test-suite/tests/srfi-17.test index f39489db7..6f0cd81f3 100644 --- a/test-suite/tests/srfi-17.test +++ b/test-suite/tests/srfi-17.test @@ -1,6 +1,6 @@ ;;;; srfi-17.test --- test suite for Guile's SRFI-17 functions. -*- scheme -*- ;;;; -;;;; Copyright (C) 2001 Free Software Foundation, Inc. +;;;; Copyright (C) 2001, 2003 Free Software Foundation, Inc. ;;;; ;;;; This program is free software; you can redistribute it and/or modify ;;;; it under the terms of the GNU General Public License as published by @@ -31,5 +31,5 @@ (set! (symbol->string 'x) 1)) (pass-if-exception "(set! '#f 1)" - exception:wrong-type-arg + exception:bad-variable (eval '(set! '#f 1) (interaction-environment)))))