summaryrefslogtreecommitdiff
path: root/testsuite/tests/typing-modules/struct_include_optimisation.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typing-modules/struct_include_optimisation.ml')
-rw-r--r--testsuite/tests/typing-modules/struct_include_optimisation.ml3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/typing-modules/struct_include_optimisation.ml b/testsuite/tests/typing-modules/struct_include_optimisation.ml
index 264af898fc..b5f205204f 100644
--- a/testsuite/tests/typing-modules/struct_include_optimisation.ml
+++ b/testsuite/tests/typing-modules/struct_include_optimisation.ml
@@ -1,5 +1,6 @@
(* TEST
- * native *)
+ native;
+*)
type alloc_count = { mutable total: float }
let allocs = Sys.opaque_identity { total = 0. }
let[@inline never] set_allocs () =