Skip to content

Commit 574ed0e

Browse files
committed
flambda-backend: Fixing ocamltest for runtime4/
1 parent 870892e commit 574ed0e

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

boot/ocamlc

-28 MB
Binary file not shown.

boot/ocamllex

-2.87 MB
Binary file not shown.

ocamltest/ocaml_directories.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ let toplevel =
3030
Filename.make_path [srcdir; "toplevel"]
3131

3232
let runtime =
33-
Filename.make_path [srcdir; "runtime"]
33+
Filename.make_path [srcdir; "runtime4"]
3434

3535
let tools =
3636
Filename.make_path [srcdir; "tools"]

ocamltest/ocaml_files.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ let ocamlrun =
3434
| Debug -> "ocamlrund"
3535
| Instrumented -> "ocamlruni" in
3636
let ocamlrunfile = Filename.mkexe runtime in
37-
Filename.make_path [Ocaml_directories.srcdir; "runtime"; ocamlrunfile]
37+
Filename.make_path [Ocaml_directories.srcdir; "runtime4"; ocamlrunfile]
3838

3939
let ocamlc =
4040
Filename.make_path [Ocaml_directories.srcdir; Filename.mkexe "ocamlc"]

0 commit comments

Comments
 (0)