Skip to content

Commit

Permalink
chore: mark fixtures as vendored
Browse files Browse the repository at this point in the history
  • Loading branch information
leostera committed Dec 25, 2023
1 parent 4f12918 commit 41a61cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
tools/trace_processor linguist-vendored
test/fixtures/ liguist-vendored
3 changes: 2 additions & 1 deletion test/io_copy_buffered_test.ml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ let data = String.make size '7'
let data = IO.Buffer.of_string data

let test_copy () =
Logger.debug (fun f -> f "io_copy_buffered_test: start (copying %d bytes)" size);
Logger.debug (fun f ->
f "io_copy_buffered_test: start (copying %d bytes)" size);
let path = "./generated/super_large_file" in

let dev_null = File.open_write path |> File.to_writer in
Expand Down

0 comments on commit 41a61cd

Please sign in to comment.