OCaml: Apply formatting
This commit is contained in:
parent
ce3859f62c
commit
bb1cd19000
12 changed files with 145 additions and 74 deletions
|
|
@ -2,7 +2,6 @@ module Reader = Tori.System.Process.Reader
|
|||
module File = Tori.System.File
|
||||
|
||||
let smoke () =
|
||||
|
||||
(* Executing echo should return the same string on output *)
|
||||
let result = Reader.read [||] "echo 0x70121" in
|
||||
assert (Reader.format result = "0x70121");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue