www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit b33d3b4ddc56376f02fb897f6fed2a82dfd15ee2
parent e628554a4821b24b44eea0089f9c8c005717792b
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Thu,  8 Sep 2016 14:42:31 +0200

Typo in test

Diffstat:
Mtest/test-scopes-mixin-in-syntax-parser.rkt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test-scopes-mixin-in-syntax-parser.rkt b/test/test-scopes-mixin-in-syntax-parser.rkt @@ -17,5 +17,5 @@ "Without the bugfix, the pattern variable \"bar\" above had the wrong scopes, and couldn't be used with (attribute bar), and #'bar just gave #'bar instead of producing #'42" - (syntax-e (test #'(#:foo bar))) + (syntax-e (test #'(#:foo 42))) 42) \ No newline at end of file