Skip to content

Commit 4c028d8

Browse files
committed
tests: don't bother with suites; just run all tests
1 parent 4ad5c78 commit 4c028d8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/command-interface-test.dylan

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,4 @@ define test command-tokenizer-test()
100100
#(0, 2, 3, 5, 7, 9, 10));
101101
end;
102102

103-
define suite command-interface-test-suite()
104-
test command-tokenizer-test;
105-
end;
106-
107-
run-test-application(command-interface-test-suite);
103+
run-test-application();

0 commit comments

Comments
 (0)