diff --git a/asg/tests/pass/definition/out_of_order.leo b/asg/tests/pass/definition/out_of_order.leo index bbb9b5a1dc..69d46d0e74 100644 --- a/asg/tests/pass/definition/out_of_order.leo +++ b/asg/tests/pass/definition/out_of_order.leo @@ -1,4 +1,5 @@ -test function fake_test() {} +@test +function fake_test() {} function main() {} diff --git a/asg/tests/pass/definition/out_of_order_with_import.leo b/asg/tests/pass/definition/out_of_order_with_import.leo index 04e5ddf12b..9da2938c08 100644 --- a/asg/tests/pass/definition/out_of_order_with_import.leo +++ b/asg/tests/pass/definition/out_of_order_with_import.leo @@ -1,4 +1,5 @@ -test function fake_test() {} +@test +function fake_test() {} function main() {}