summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2014-12-10 16:25:19 +0100
committerAndy Wingo <wingo@pobox.com>2014-12-10 16:25:50 +0100
commitdc33a94502a87f1202893edeb24978427bbf5a30 (patch)
treef843d04885cc6b7951def0f6a2bbbe9b257d2995
parent5bfc0653d6361ab29ed2da68eeba14cce1ec8f6c (diff)
downloadguile-dc33a94502a87f1202893edeb24978427bbf5a30.tar.gz
Fix syntax.test
* test-suite/tests/syntax.test (exception:variable-ref): Change expected error.
-rw-r--r--test-suite/tests/syntax.test2
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