Skip to content

Commit

Permalink
Merge pull request #4 from paultcochrane/pr/replace-done-with-done-te…
Browse files Browse the repository at this point in the history
…sting

Replace `done` with `done-testing`
  • Loading branch information
moritz committed Sep 24, 2015
2 parents 8e865db + a91ee21 commit baa0cf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions t/01-prompt.t
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,4 @@ plan *;
"Successfully got Bool::False";
}



done;
done-testing;
2 changes: 1 addition & 1 deletion t/02-prompt-block.t
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ plan *;
# is ~@results, ~(0.5, 0.0, 1), "Got the correct results";
# }

done;
done-testing;

0 comments on commit baa0cf7

Please sign in to comment.