about summary refs log tree commit diff
path: root/boot/tests/parse/basic.cskt
diff options
context:
space:
mode:
Diffstat (limited to 'boot/tests/parse/basic.cskt')
-rw-r--r--boot/tests/parse/basic.cskt2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/tests/parse/basic.cskt b/boot/tests/parse/basic.cskt
index fcc6af0..a59aff6 100644
--- a/boot/tests/parse/basic.cskt
+++ b/boot/tests/parse/basic.cskt
@@ -9,6 +9,6 @@ main = fun () int {
 
 >>>
 
-(expr (binary = (expr (name main)) (expr (function  (returns (type name int)) (block
+(expr (binary = (expr (name main)) (expr (function (returns (type name int)) (block
 	(return (expr (binary + (expr 1) (expr 2))))
 )))))
\ No newline at end of file