wingo pushed a commit to branch master
in repository guile.

commit dc33a94502a87f1202893edeb24978427bbf5a30
Author: Andy Wingo <[email protected]>
Date:   Wed Dec 10 16:25:19 2014 +0100

    Fix syntax.test
    
    * test-suite/tests/syntax.test (exception:variable-ref): Change expected
      error.
---
 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 825261b..ffe8099 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

Reply via email to