From b33d3b4ddc56376f02fb897f6fed2a82dfd15ee2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= <georges.duperon@gmail.com>
Date: Thu, 8 Sep 2016 14:42:31 +0200
Subject: [PATCH] Typo in test

---
 test/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
index 71ceacc..f37f19b 100644
--- 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