From e6048212be65159d865c41a803b2c4b3e075ff49 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Fri, 18 Sep 2015 12:27:50 -0400 Subject: use new function syntax in tests --- lisc/test/prime.ssa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisc/test/prime.ssa') diff --git a/lisc/test/prime.ssa b/lisc/test/prime.ssa index 918db4a..0963e28 100644 --- a/lisc/test/prime.ssa +++ b/lisc/test/prime.ssa @@ -1,7 +1,7 @@ # find the 10,001st prime # store it in a -function $test { +function $test() { @start @loop %n =w phi @start 5, @tloop %n, @yes %n1 -- cgit 1.4.1