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