aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript6
1 files changed, 3 insertions, 3 deletions
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')