Skip to content

Commit bbde56c

Browse files
committed
Misc updates
1 parent 880e332 commit bbde56c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ ENV USER=codewarrior \
6060
PATH=/opt/ocaml/5.0.0/bin:$PATH
6161

6262
COPY --chown=codewarrior:codewarrior workspace/. /workspace/
63-
WORKDIR /workspace\
63+
WORKDIR /workspace

workspace/cwtest.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,4 @@ and run_test = function
5555

5656
and run_tests tests = List.iter run_test tests
5757

58-
(* `solution` and `fixture` are concatenated to `fixture.ml` *)
5958
let () = run_tests Tests.suite

0 commit comments

Comments
 (0)