summaryrefslogtreecommitdiff
path: root/testsuite/tests/reproducibility/cmis_on_file_system.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/reproducibility/cmis_on_file_system.ml')
-rw-r--r--testsuite/tests/reproducibility/cmis_on_file_system.ml36
1 files changed, 18 insertions, 18 deletions
diff --git a/testsuite/tests/reproducibility/cmis_on_file_system.ml b/testsuite/tests/reproducibility/cmis_on_file_system.ml
index d82f1b378a..25c4857ce0 100644
--- a/testsuite/tests/reproducibility/cmis_on_file_system.ml
+++ b/testsuite/tests/reproducibility/cmis_on_file_system.ml
@@ -1,22 +1,22 @@
(* TEST
- readonly_files = "cmis_on_file_system.ml cmis_on_file_system_companion.mli"
- * setup-ocamlc.byte-build-env
- ** ocamlc.byte
- compile_only = "true"
- module = "cmis_on_file_system.ml"
- flags="-bin-annot -no-alias-deps -w '-49'"
- *** script
- script= "mv cmis_on_file_system.cmt lone.cmt"
- **** ocamlc.byte
- module = "cmis_on_file_system_companion.mli"
- compile_only="true"
- ***** ocamlc.byte
- compile_only = "true"
- flags="-bin-annot -no-alias-deps -w '-49'"
- module="cmis_on_file_system.ml"
- ****** compare-binary-files
- program="cmis_on_file_system.cmt"
- program2="lone.cmt"
+ readonly_files = "cmis_on_file_system.ml cmis_on_file_system_companion.mli";
+ setup-ocamlc.byte-build-env;
+ compile_only = "true";
+ module = "cmis_on_file_system.ml";
+ flags = "-bin-annot -no-alias-deps -w '-49'";
+ ocamlc.byte;
+ script = "mv cmis_on_file_system.cmt lone.cmt";
+ script;
+ module = "cmis_on_file_system_companion.mli";
+ compile_only = "true";
+ ocamlc.byte;
+ compile_only = "true";
+ flags = "-bin-annot -no-alias-deps -w '-49'";
+ module = "cmis_on_file_system.ml";
+ ocamlc.byte;
+ program = "cmis_on_file_system.cmt";
+ program2 = "lone.cmt";
+ compare-binary-files;
*)