Skip to content

test: add coverage for string array dgram send()

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/string-array into master

This commit adds code coverage for dgram's Socket#send() where the data is an array of strings.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

test

Merge request reports

Loading