summaryrefslogtreecommitdiff
path: root/testsuite/tests/tmc/tupled_function_calls.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/tmc/tupled_function_calls.ml')
-rw-r--r--testsuite/tests/tmc/tupled_function_calls.ml14
1 files changed, 11 insertions, 3 deletions
diff --git a/testsuite/tests/tmc/tupled_function_calls.ml b/testsuite/tests/tmc/tupled_function_calls.ml
index 1ce7fa5f6e..a99354def4 100644
--- a/testsuite/tests/tmc/tupled_function_calls.ml
+++ b/testsuite/tests/tmc/tupled_function_calls.ml
@@ -1,6 +1,6 @@
-(* TEST
- * bytecode
- * native
+(* TEST_BELOW
+(* Blank lines added here to preserve locations. *)
+
*)
(* this works as expected *)
@@ -19,3 +19,11 @@ let[@tail_mod_cons] rec tupled_map_not_direct (f, li) =
| x :: xs ->
let pair = (f, xs) in
f x :: (tupled_map_not_direct[@tailcall true]) pair
+
+(* TEST
+ {
+ bytecode;
+ }{
+ native;
+ }
+*)