diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-09-18 12:27:50 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-09-18 12:27:50 -0400 |
commit | e6048212be65159d865c41a803b2c4b3e075ff49 (patch) | |
tree | 848a0cff4a2084b08470ac238b9cc8749e530a4a /lisc/test/max.ssa | |
parent | fff669e54a5e10ce42ffa6b3e3d85d8081782813 (diff) | |
download | roux-e6048212be65159d865c41a803b2c4b3e075ff49.tar.gz |
use new function syntax in tests
Diffstat (limited to 'lisc/test/max.ssa')
-rw-r--r-- | lisc/test/max.ssa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisc/test/max.ssa b/lisc/test/max.ssa index aa6376e..e9c0c43 100644 --- a/lisc/test/max.ssa +++ b/lisc/test/max.ssa @@ -5,7 +5,7 @@ # b input array # a output max -function $test { +function $test() { @start @loop %max =w phi @start -1, @new %byt, @old %max |