Skip to content

Commit

Permalink
Remove exports from test suite; it's an executable
Browse files Browse the repository at this point in the history
  • Loading branch information
cgay committed Jan 6, 2025
1 parent 47b5e98 commit 16dca24
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/library.dylan
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,10 @@ define library anaphora-test
use common-dylan;
use testworks;
use anaphora;

export anaphora-tests;
end library anaphora-test;

define module anaphora-test
use common-dylan;
use testworks;
use anaphora;

export
anaphora-test-suite,
aif-test-suite;
end module anaphora-test;

0 comments on commit 16dca24

Please sign in to comment.