summaryrefslogtreecommitdiff
path: root/testsuite/tests/local-functions/non_local.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/local-functions/non_local.ml')
-rw-r--r--testsuite/tests/local-functions/non_local.ml5
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuite/tests/local-functions/non_local.ml b/testsuite/tests/local-functions/non_local.ml
index 684cb0c5f0..6b32f05e34 100644
--- a/testsuite/tests/local-functions/non_local.ml
+++ b/testsuite/tests/local-functions/non_local.ml
@@ -1,4 +1,4 @@
-(* TEST *)
+(* TEST_BELOW*)
(* Basic case: local optimisation works *)
let local_direct x =
@@ -20,3 +20,6 @@ let local_inner_scope x =
let local_in_function x =
let[@local] f y = x + y in
List.map (fun x -> f (succ x)) [0]
+
+(* TEST
+*)