From: Debian OCaml Maintainers Date: Wed, 4 Oct 2017 12:14:39 +0000 (+0100) Subject: XL-001-tests.asmcomp X-Git-Tag: archive/raspbian/4.05.0-10+rpi1^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=539cfae215131aa3da5939c1b7a0fb01703fbd1f;p=ocaml.git XL-001-tests.asmcomp Gbp-Pq: Name 0010-XL-001-tests.asmcomp.patch --- diff --git a/testsuite/tests/asmcomp/main.ml b/testsuite/tests/asmcomp/main.ml index 284f7fbc..6457ad20 100644 --- a/testsuite/tests/asmcomp/main.ml +++ b/testsuite/tests/asmcomp/main.ml @@ -6,7 +6,6 @@ let compile_file filename = let out_name = Filename.chop_extension filename ^ ".s" in Emitaux.output_channel := open_out out_name end; (* otherwise, stdout *) - Clflags.dlcode := false; Compilenv.reset ~source_provenance:(Timings.File filename) "test"; Emit.begin_assembly(); let ic = open_in filename in