Skip to content

Commit

Permalink
Remove accidentally committed test-xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
cgay committed Feb 3, 2021
1 parent 6417a13 commit 4f1d1c5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/testworks-test-suite.dylan
Original file line number Diff line number Diff line change
Expand Up @@ -681,9 +681,3 @@ define test test-assertion-description ()
end,
"456");
end test;

define test test-xxx ()
check-false("abc", #t);
assert-false(#f);
assert-true(#t);
end;

0 comments on commit 4f1d1c5

Please sign in to comment.