summaryrefslogtreecommitdiff
path: root/testsuite/tests/no-alias-deps/gpr2235.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/no-alias-deps/gpr2235.ml')
-rw-r--r--testsuite/tests/no-alias-deps/gpr2235.ml38
1 files changed, 19 insertions, 19 deletions
diff --git a/testsuite/tests/no-alias-deps/gpr2235.ml b/testsuite/tests/no-alias-deps/gpr2235.ml
index 96472f3ade..aa038b5da8 100644
--- a/testsuite/tests/no-alias-deps/gpr2235.ml
+++ b/testsuite/tests/no-alias-deps/gpr2235.ml
@@ -1,21 +1,21 @@
(* TEST
-flags = "-no-alias-deps -w -49"
-compile_only = "true"
-readonly_files = "a2235.ml lib__2235.ml lib2235.ml user_of_lib2235.ml"
-* setup-ocamlc.byte-build-env
-** ocamlc.byte
-module = "lib__2235.ml"
-*** check-ocamlc.byte-output
-**** ocamlc.byte
-flags = "-no-alias-deps -w -49 -open Lib__2235 -o lib__A2235.cmo"
-module = "a2235.ml"
-***** check-ocamlc.byte-output
-****** ocamlc.byte
-flags = "-no-alias-deps -w -49 -open Lib__2235"
-module = "lib2235.ml"
-******* check-ocamlc.byte-output
-******** ocamlc.byte
-flags = "-no-alias-deps -w -49"
-module = "user_of_lib2235.ml"
-********* check-ocamlc.byte-output
+ flags = "-no-alias-deps -w -49";
+ compile_only = "true";
+ readonly_files = "a2235.ml lib__2235.ml lib2235.ml user_of_lib2235.ml";
+ setup-ocamlc.byte-build-env;
+ module = "lib__2235.ml";
+ ocamlc.byte;
+ check-ocamlc.byte-output;
+ flags = "-no-alias-deps -w -49 -open Lib__2235 -o lib__A2235.cmo";
+ module = "a2235.ml";
+ ocamlc.byte;
+ check-ocamlc.byte-output;
+ flags = "-no-alias-deps -w -49 -open Lib__2235";
+ module = "lib2235.ml";
+ ocamlc.byte;
+ check-ocamlc.byte-output;
+ flags = "-no-alias-deps -w -49";
+ module = "user_of_lib2235.ml";
+ ocamlc.byte;
+ check-ocamlc.byte-output;
*)