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/spill2.ssa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisc/test/spill2.ssa') diff --git a/lisc/test/spill2.ssa b/lisc/test/spill2.ssa index 5acb6f8..49ce2f2 100644 --- a/lisc/test/spill2.ssa +++ b/lisc/test/spill2.ssa @@ -4,7 +4,7 @@ # run with NReg == 3, or # adapt it! -function $test { +function $test() { @start %a =w copy 0 %b =w copy 0 -- cgit 1.4.1