We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 967f748 commit deed648Copy full SHA for deed648
1 file changed
tests/library.dylan
@@ -13,5 +13,7 @@ end library binary-data-test;
13
define module binary-data-test
14
use common-dylan;
15
use binary-data, exclude: { type-code, data };
16
+ use simple-format,
17
+ import: { format-to-string };
18
use testworks;
19
end module binary-data-test;
0 commit comments