diff options
Diffstat (limited to 'Perl')
-rw-r--r-- | Perl/demos/t/no-test.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Perl/demos/t/no-test.t b/Perl/demos/t/no-test.t index c6924c2..a317b57 100644 --- a/Perl/demos/t/no-test.t +++ b/Perl/demos/t/no-test.t @@ -3,6 +3,6 @@ BEGIN { $| = 1; print "1..1\n"; } END {print "ok 1\n";} -print "No test for zinc demos, \s they are by themselves Tk::Zinc tests\n"; +print "No test for zinc demos, since they are by themselves Tk::Zinc tests\n"; 1; |