File tree 1 file changed +4
-4
lines changed
test/blackbox-tests/test-cases/toplevel-integration.t
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ Test toplevel-init-file on a tiny project
14
14
> let hello () = print_endline " hello"
15
15
> EOF
16
16
17
- $ dune top
17
+ $ dune ocaml top
18
18
# directory "$TESTCASE_ROOT/_build/default/.test.objs/byte";;
19
19
# directory "$TESTCASE_ROOT/_build/default/.test.objs/native";;
20
20
# load "$TESTCASE_ROOT/_build/default/test.cma";;
21
21
22
22
$ ocaml -stdin << EOF
23
23
> # use "topfind";;
24
24
> # use "use_output_compat";;
25
- > # use_output "dune top";;
25
+ > # use_output "dune ocaml top";;
26
26
> Test . Main. hello ();;
27
27
> EOF
28
28
hello
@@ -31,7 +31,7 @@ Test toplevel-init-file on a tiny project
31
31
> let oops () = undefined_function ()
32
32
> EOF
33
33
34
- $ dune top
34
+ $ dune ocaml top
35
35
File " error.ml" , line 1 , characters 14 -32:
36
36
1 | let oops () = undefined_function ()
37
37
^^^^^^^^^^^^^^^^^^
@@ -41,7 +41,7 @@ Test toplevel-init-file on a tiny project
41
41
$ ocaml -stdin << EOF
42
42
> # use "topfind";;
43
43
> # use "use_output_compat";;
44
- > # use_output "dune top";;
44
+ > # use_output "dune ocaml top";;
45
45
> EOF
46
46
File " error.ml" , line 1 , characters 14 -32:
47
47
1 | let oops () = undefined_function ()
You can’t perform that action at this time.
0 commit comments