Skip to content

Commit

Permalink
Remove define suite from test suites
Browse files Browse the repository at this point in the history
The test suite calls run-test-application directly, so its suites can't be used by other
test libraries anyway.
  • Loading branch information
cgay committed Jan 6, 2025
1 parent 16dca24 commit 90a465d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tests/anaphora-test.dylan
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,4 @@ define test test-aif-on-failure-if-else ()
expect-equal("Failed!", result)
end test;

define suite aif-test-suite ()
test test-aif-on-success-if;
test test-aif-on-success-if-else;
test test-aif-on-failure-if;
test test-aif-on-failure-if-else;
end suite;

define suite anaphora-test-suite ()
suite aif-test-suite;
end suite;

run-test-application();

0 comments on commit 90a465d

Please sign in to comment.