From 0375a20786f1e6eba9d128889f700b22d447021c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 17 Dec 2012 03:35:53 +0000 Subject: Fix calling functions that lexically enclose the current function. In particular this makes it possible to walk lists with match, since match clauses expand to fns. git-svn-id: http://svn.drobilla.net/resp/trunk@441 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 52e2a99..4b2744d 100644 --- a/wscript +++ b/wscript @@ -118,4 +118,4 @@ def test(ctx): run_test('./test/match.resp', '12.0000 : Float') # Quoting - run_test('./test/quote.resp', '2 : Int') + run_test('./test/quote.resp', '4 : Int') -- cgit v1.2.1