Skip to content

Commit 536abdb

Browse files
committed
[tests] Import data and type-code with a prefix
1 parent c57152f commit 536abdb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/library.dylan

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ end library binary-data-test;
1212

1313
define module binary-data-test
1414
use common-dylan;
15-
use binary-data, exclude: { type-code, data };
15+
use binary-data,
16+
rename: { type-code => bd/type-code,
17+
data => bd/data };
1618
use simple-format,
1719
import: { format-to-string };
1820
use testworks;

0 commit comments

Comments
 (0)