Skip to content

Commit

Permalink
Update tests/ar_test.toit
Browse files Browse the repository at this point in the history
Co-authored-by: Kasper Lund <[email protected]>
  • Loading branch information
floitsch and kasperl authored Jun 6, 2024
1 parent b74be86 commit 1b4246f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ar_test.toit
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ write-ar file-mapping/Map --add-with-ar-file/bool=false:
ar-writer := ArWriter writer
file-mapping.do: |name content|
if add-with-ar-file:
// The `ArFile` only takes ByteArrays.
// The `ArFile` only takes byte arrays.
if content is string: content = content.to-byte-array
ar-writer.add
ArFile name content
Expand Down

0 comments on commit 1b4246f

Please sign in to comment.