Skip to content

Commit 51c2935

Browse files
committed
Fix comments
Signed-off-by: Ambre Austen Suhamy <[email protected]>
1 parent 8949b66 commit 51c2935

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

bin/rpc/rpc_build.ml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
open Import
22

3-
(* TODO: remove comment?
4-
Sends a request to build [targets] to the RPC server at [where]. The targets
5-
are specified as strings containing sexp-encoded targets that are passed to
6-
this command as arguments on the command line. *)
7-
83
let build ~wait targets =
94
let targets =
105
List.map targets ~f:(fun target ->

bin/runtest_common.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
open! Import
22

3-
(** [make_request ~dir_or_cram_test_paths] returns a function suitable
3+
(** [make_request ~dir_or_cram_test_paths ~to_cwd] returns a function suitable
44
for passing to [Build_cmd.run_build_system] which runs the tests referred
55
to by the elements of [dir_or_cram_test_paths]. *)
66
val make_request

0 commit comments

Comments
 (0)