diff options
author | Andy Wingo <wingo@pobox.com> | 2014-12-10 16:25:19 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2014-12-10 16:25:50 +0100 |
commit | dc33a94502a87f1202893edeb24978427bbf5a30 (patch) | |
tree | f843d04885cc6b7951def0f6a2bbbe9b257d2995 | |
parent | 5bfc0653d6361ab29ed2da68eeba14cce1ec8f6c (diff) | |
download | guile-dc33a94502a87f1202893edeb24978427bbf5a30.tar.gz |
Fix syntax.test
* test-suite/tests/syntax.test (exception:variable-ref): Change expected
error.
-rw-r--r-- | test-suite/tests/syntax.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/tests/syntax.test b/test-suite/tests/syntax.test index 825261b0a..ffe8099b1 100644 --- a/test-suite/tests/syntax.test +++ b/test-suite/tests/syntax.test @@ -88,7 +88,7 @@ "sequence of zero expressions") (define exception:variable-ref - '(misc-error . "variable is unbound")) + '(misc-error . "Unbound variable")) ;; (put 'pass-if-syntax-error 'scheme-indent-function 1) (define-syntax pass-if-syntax-error |