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/spill.ssa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisc/test/spill.ssa') diff --git a/lisc/test/spill.ssa b/lisc/test/spill.ssa index 48cfb3e..df5e4c2 100644 --- a/lisc/test/spill.ssa +++ b/lisc/test/spill.ssa @@ -9,7 +9,7 @@ # spill # -function $test { +function $test() { @start %f =w copy 0 # here %b =w copy 1 -- cgit 1.4.1