Skip to content

Commit

Permalink
Remove obsolete "done" test functions
Browse files Browse the repository at this point in the history
The word's taken by the async builtin stuff now.
  • Loading branch information
Anthony Parsons committed Nov 5, 2015
1 parent 1276b31 commit 6abfea1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions t/00-load.t
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ use Test;
plan 1;

ok 1, 'Loading module succeeded';

done;
2 changes: 0 additions & 2 deletions t/02-writer.t
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,4 @@ ok 1, 'Modules loaded';
is %new<onemore><why>, 'not', 'content ok, 3/3';
}

done;

# vim: ft=perl6

0 comments on commit 6abfea1

Please sign in to comment.