summaryrefslogtreecommitdiff
path: root/testsuite/tests/asmcomp/is_static_flambda.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/asmcomp/is_static_flambda.ml')
-rw-r--r--testsuite/tests/asmcomp/is_static_flambda.ml8
1 files changed, 7 insertions, 1 deletions
diff --git a/testsuite/tests/asmcomp/is_static_flambda.ml b/testsuite/tests/asmcomp/is_static_flambda.ml
index 94e0519b2b..de395c6995 100644
--- a/testsuite/tests/asmcomp/is_static_flambda.ml
+++ b/testsuite/tests/asmcomp/is_static_flambda.ml
@@ -1,3 +1,9 @@
+(* TEST
+ modules = "is_in_static_data.c is_static_flambda_dep.ml"
+ * flambda
+ ** native
+*)
+
(* Data that should be statically allocated by the compiler (flambda only) *)
external is_in_static_data : 'a -> bool = "caml_is_in_static_data"
@@ -185,7 +191,7 @@ module Int = struct
type t = int
let compare (a:int) b = compare a b
end
-module IntMap = (Map.Make [@inlined])(Int)
+module IntMap = Map.Make (Int)
let () =
let f () =