diff options
| author | Greg Sabino Mullane | 2009-04-24 23:27:05 +0000 |
|---|---|---|
| committer | Greg Sabino Mullane | 2009-04-24 23:27:05 +0000 |
| commit | 17ae8e925e7fab4584e4206e0582ecfda563f422 (patch) | |
| tree | 26f7d5c95e7495d801e1c23e6c4a70bd7f0bb8cd /t/00_test_tester.t | |
| parent | e449b894a6dcd4537fe5696bab2de6326b66700d (diff) | |
Minor testing changes.
Diffstat (limited to 't/00_test_tester.t')
| -rw-r--r-- | t/00_test_tester.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/00_test_tester.t b/t/00_test_tester.t index 9ae0c5e4f..97fdc008f 100644 --- a/t/00_test_tester.t +++ b/t/00_test_tester.t @@ -38,10 +38,10 @@ for my $act (sort keys %action) { } if ($ok) { - pass "There is a test for every action\n"; + pass 'There is a test for every action'; } else { - fail "Did not find a test for every action\n"; + fail 'Did not find a test for every action'; } exit; |
