From da4c2dc337252d21d1ceea3f32c61620a5b6e4f4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 6 Nov 2015 23:03:43 -0500 Subject: Upgrade to waf 1.8.6 --- waf | Bin 89530 -> 99685 bytes wscript | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/waf b/waf index c97be3e..8364cb2 100755 Binary files a/waf and b/waf differ diff --git a/wscript b/wscript index 81f4604..6d950da 100644 --- a/wscript +++ b/wscript @@ -93,15 +93,15 @@ def test(ctx): run_test('./test/deffn.scm', '3 : Int') run_test('./test/inlinefn.scm', '2 : Int') run_test('./test/nest.scm', '8 : Int') - + # Basic data types run_test('./test/string.scm', '"Hello, world!" : String') run_test('./test/tup.scm', '5 : Int') - + # Recursive arithmetic functions run_test('./test/fac.scm', '720 : Int') run_test('./test/ack.scm', '8189 : Int') - + # Closures run_test('./test/closure.scm', '6 : Int') run_test('./test/noargs.scm', '6 : Int') -- cgit v1.2.1