diff options
author | Sébastien Hinderer <Sebastien.Hinderer@inria.fr> | 2018-04-06 08:08:50 +0200 |
---|---|---|
committer | Sébastien Hinderer <Sebastien.Hinderer@inria.fr> | 2018-04-06 09:49:00 +0200 |
commit | 64b747c5ba79d0dc79b3fe60a39fbaceb6edd122 (patch) | |
tree | 44ce090f7ab82a9c1a7be194e3036a1a59fed399 /testsuite/tests/tool-ocaml/t092-pushacc4.ml | |
parent | 6a4352ad752fe5b21cbaab640e63c78104f3c038 (diff) | |
download | ocaml-64b747c5ba79d0dc79b3fe60a39fbaceb6edd122.tar.gz |
Migrate the tool-ocaml tests to ocamltest
Diffstat (limited to 'testsuite/tests/tool-ocaml/t092-pushacc4.ml')
-rw-r--r-- | testsuite/tests/tool-ocaml/t092-pushacc4.ml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/tool-ocaml/t092-pushacc4.ml b/testsuite/tests/tool-ocaml/t092-pushacc4.ml index 9052f7f6bd..4ea3d8476f 100644 --- a/testsuite/tests/tool-ocaml/t092-pushacc4.ml +++ b/testsuite/tests/tool-ocaml/t092-pushacc4.ml @@ -1,3 +1,11 @@ +(* TEST +include tool-ocaml-lib +flags = "-w a" +ocaml_script_as_argument = "true" +* setup-ocaml-build-env +** ocaml +*) + open Lib;; let x = false in let y = true in |